SFSpeechRecognitionTaskHint 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.
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public enum SFSpeechRecognitionTaskHint
type SFSpeechRecognitionTaskHint =
- Inheritance
-
SFSpeechRecognitionTaskHint
- Attributes
Fields
Name | Value | Description |
---|---|---|
Unspecified | 0 | No hint exists. |
Dictation | 1 | Free-form dictation. |
Search | 2 | A request that may involve keywords associated with search. |
Confirmation | 3 | Confirming or denying a request. |