EnumSpeechRecognizerState
Enum
Represents the various states of the speech recognizer lifecycle.
Definition
Namespace:Telerik.Maui.SpeechRecognizer
Assembly:Telerik.Maui.Core.dll
Syntax:
cs-api-definition
public enum SpeechRecognizerState
Fields
Disposed
The recognizer has been disposed and cannot be used.
Disposing
The recognizer is in the process of being disposed.
Faulted
The recognizer has encountered an error and is in a faulted state, but it ca be reset (see Reset()).
Initializing
The recognizer is in the process of initializing.
Listening
The recognizer is actively listening for speech input.
NotInitialized
The recognizer has not been initialized.
Ready
The recognizer is ready to start listening.
Resetting
The recognizer is resetting its state into not initialized.
StartingListening
The recognizer is starting to listen for speech input.
StoppingListening
The recognizer is stopping the listening process.