VoiceAgentTranscriptionWord interface
A time-stamped word in an input-audio transcription.
Properties
| duration_milliseconds | The word duration in milliseconds. |
| offset_milliseconds | The word offset from the beginning of the audio, in milliseconds. |
| text | The transcribed word text. |
Property Details
duration_milliseconds
The word duration in milliseconds.
duration_milliseconds: number
Property Value
number
offset_milliseconds
The word offset from the beginning of the audio, in milliseconds.
offset_milliseconds: number
Property Value
number
text
The transcribed word text.
text: string
Property Value
string