SpeechResult interface
The speech status as a result.
Properties
| confidence | The confidence level of the recognized speech, if available, ranges from 0.0 to 1.0. |
| speech | The recognized speech in string. |
Property Details
confidence
The confidence level of the recognized speech, if available, ranges from 0.0 to 1.0.
confidence?: number
Property Value
number
speech
The recognized speech in string.
speech?: string
Property Value
string