TranscriptionResult interface
The result of the transcribe operation.
Properties
| combined |
The full transcript for each channel. |
| duration |
The duration of the audio in milliseconds. |
| phrases | The transcription results segmented into phrases. |
Property Details
combinedPhrases
The full transcript for each channel.
combinedPhrases: ChannelCombinedPhrases[]
Property Value
durationInMs
The duration of the audio in milliseconds.
durationInMs: number
Property Value
number
phrases
The transcription results segmented into phrases.
phrases: TranscribedPhrase[]