VoiceAgentTranscriptionPhrase interface

A transcribed phrase with timing information.

Properties

confidence

The transcription confidence score.

duration_milliseconds

The phrase duration in milliseconds.

locale

The detected locale.

offset_milliseconds

The phrase offset from the beginning of the audio, in milliseconds.

text

The transcribed phrase text.

words

Word-level timing details, when available.

Property Details

confidence

The transcription confidence score.

confidence?: number

Property Value

number

duration_milliseconds

The phrase duration in milliseconds.

duration_milliseconds: number

Property Value

number

locale

The detected locale.

locale?: string

Property Value

string

offset_milliseconds

The phrase offset from the beginning of the audio, in milliseconds.

offset_milliseconds: number

Property Value

number

text

The transcribed phrase text.

text: string

Property Value

string

words

Word-level timing details, when available.

words?: VoiceAgentTranscriptionWord[]

Property Value