Enum
SpeechRecognizerState

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.

Declaration

cs-api-definition
Disposed = 9

Field Value

SpeechRecognizerState

Disposing

The recognizer is in the process of being disposed.

Declaration

cs-api-definition
Disposing = 8

Field Value

SpeechRecognizerState

Faulted

The recognizer has encountered an error and is in a faulted state, but it ca be reset (see Reset()).

Declaration

cs-api-definition
Faulted = 6

Field Value

SpeechRecognizerState

Initializing

The recognizer is in the process of initializing.

Declaration

cs-api-definition
Initializing = 1

Field Value

SpeechRecognizerState

Listening

The recognizer is actively listening for speech input.

Declaration

cs-api-definition
Listening = 4

Field Value

SpeechRecognizerState

NotInitialized

The recognizer has not been initialized.

Declaration

cs-api-definition
NotInitialized = 0

Field Value

SpeechRecognizerState

Ready

The recognizer is ready to start listening.

Declaration

cs-api-definition
Ready = 2

Field Value

SpeechRecognizerState

Resetting

The recognizer is resetting its state into not initialized.

Declaration

cs-api-definition
Resetting = 7

Field Value

SpeechRecognizerState

StartingListening

The recognizer is starting to listen for speech input.

Declaration

cs-api-definition
StartingListening = 3

Field Value

SpeechRecognizerState

StoppingListening

The recognizer is stopping the listening process.

Declaration

cs-api-definition
StoppingListening = 5

Field Value

SpeechRecognizerState