Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 1.07 KB

Phrase.md

File metadata and controls

17 lines (13 loc) · 1.07 KB

Phrase

Properties

Name Type Description Notes
channel int The 0-based channel index. Only present if channel separation is enabled. [optional]
speaker int A unique integer number that is assigned to each speaker detected in the audio without particular order. Only present if speaker diarization is enabled. [optional]
offset_milliseconds int The start offset of the phrase in milliseconds.
duration_milliseconds int The duration of the phrase in milliseconds.
text str The transcribed text of the phrase.
words list[Word] The words that make up the phrase. Only present if word-level timestamps are enabled. [optional]
locale str The locale of the phrase. [optional]
confidence float The confidence value for the phrase.

[Back to Model list] [Back to API list] [Back to README]