Uses of Class
org.robovm.apple.speech.SFSpeechRecognitionTaskHint
| Package | Description |
|---|---|
| org.robovm.apple.speech |
-
Uses of SFSpeechRecognitionTaskHint in org.robovm.apple.speech
Methods in org.robovm.apple.speech that return SFSpeechRecognitionTaskHint Modifier and Type Method Description SFSpeechRecognitionTaskHintSFSpeechRecognizer. getDefaultTaskHint()SFSpeechRecognitionTaskHintSFSpeechRecognitionRequest. getTaskHint()static SFSpeechRecognitionTaskHintSFSpeechRecognitionTaskHint. valueOf(long n)Returns the enum constant of this type with the specified name.static SFSpeechRecognitionTaskHintSFSpeechRecognitionTaskHint. valueOf(String name)Returns the enum constant of this type with the specified name.static SFSpeechRecognitionTaskHint[]SFSpeechRecognitionTaskHint. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.speech with parameters of type SFSpeechRecognitionTaskHint Modifier and Type Method Description voidSFSpeechRecognizer. setDefaultTaskHint(SFSpeechRecognitionTaskHint v)voidSFSpeechRecognitionRequest. setTaskHint(SFSpeechRecognitionTaskHint v)