Table of content
Interface: SegmentDecodedWord
Properties
confidence
• confidence: number
Confidence score between 0.0 and 1.0.
end
• end: number
Timestamp of the end of the word, in milliseconds.
length
• length: number
Length of the word, in milliseconds.
start
• start: number
Timestamp of the beginning of the word, in milliseconds.
word
• word: string
The decoded word.