Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
TranscribedWord interface
- Package:
- @azure/ai-speech-transcription
Time-stamped word in the display form.
Properties
| durationInMs | The duration of the word in milliseconds. |
| offsetInMs | The start offset of the word in milliseconds. |
| text | The recognized word, including punctuation. |
Property Details
durationInMs
The duration of the word in milliseconds.
durationInMs: number
Property Value
number
offsetInMs
The start offset of the word in milliseconds.
offsetInMs: number
Property Value
number
text
The recognized word, including punctuation.
text: string
Property Value
string
