TranscriptChangedEventArgs
12 Sep 20251 minute to read
Represents the event arguments triggered when a transcript is updated in the SpeechToText component.
Properties
event 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.
isInterimResult 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.
name string
Specifies name of the event.
transcript string
Specifies the transcribed text captured from the speech to text.
This property contains the text representation of recorded speech.