SFSpeechRecognitionTaskState Enum

Definition

Enumerates the states of a SFSpeechRecognitionTask.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SFSpeechRecognitionTaskState
type SFSpeechRecognitionTaskState = 
Inheritance
SFSpeechRecognitionTaskState
Attributes

Fields

Canceling 3

Speech recognition is in the process of being canceled.

Completed 4

Speech recognition has completed.

Finishing 2

The task is ending.

Running 1

The task is attempting to recognize speech.

Starting 0

The recognition task is beginning.

Applies to