TranscribedObject
Properties
Name | Type | Required | Description |
---|---|---|---|
words | List[WordSegment] | ✅ | |
transcript | str | ✅ | The entire transcript with/without punctuations according to the input. |
speaker_count | int | ❌ | The number of speakers detected. Field is set only when enableSpeakerDiarization is true. |
utterances | List[UtteranceObject] | ❌ | Speaker wise utterances. Field is set only when enableSpeakerDiarization is true. |
confidence | float | ❌ | Overall transcription confidence. |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs