TranscriptionWord interface
A time-stamped word in the transcription.
Properties
| duration |
Duration of the word in milliseconds. |
| offset |
Offset from the start of the audio in milliseconds. |
| text | The transcribed word text. |
Property Details
durationInMs
Duration of the word in milliseconds.
durationInMs: number
Property Value
number
offsetInMs
Offset from the start of the audio in milliseconds.
offsetInMs: number
Property Value
number
text
The transcribed word text.
text: string
Property Value
string