Represents the event arguments triggered when a transcript is updated in the SpeechToText component.
Event
Specifies the event type associated with the transcript been update in the SpeechToText component. Represents the event arguments when a listening is processed in the speech to text component.
boolean
Specifies whether the recognized speech result is interim or final.
Returns true
when interim results are returned and false
when it is a final result.
The value is determined based on the allowInterimResults
property.
string
Specifies name of the event.
string
Specifies the transcribed text captured from the speech to text. This property contains the text representation of recorded speech.