StopListeningEventArgs
23 Sep 20251 minute to read
Represents the event arguments triggered when listening stops in the SpeechToText component.
Properties
event Event
Specifies the event type associated with the stop listening action.
isInteracted boolean
Indicates whether the listening event was triggered by user interaction (true)
or programmatically (false).
listeningState SpeechToTextState
Represents the current state of the component when listening stops.
name string
Specifies name of the event.