SFSpeechRecognitionTaskState Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Name | Value | Description |
---|---|---|
Starting | 0 | The recognition task is beginning. |
Running | 1 | The task is attempting to recognize speech. |
Finishing | 2 | The task is ending. |
Canceling | 3 | Speech recognition is in the process of being canceled. |
Completed | 4 | Speech recognition has completed. |