Share via


TranscriptionResult interface

The result of the transcribe operation.

Properties

combinedPhrases

The full transcript for each channel.

durationInMs

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[]

Property Value