Package org.robovm.apple.intents
Interface INSpeakable
- All Superinterfaces:
NSObjectProtocol,ObjCProtocol
- All Known Implementing Classes:
INObject,INPerson,INRestaurantGuest,INRideDriver,INSpeakableAdapter,INSpeakableString
public interface INSpeakable extends NSObjectProtocol
- Since:
- Available in iOS 10.0 and later.
-
Method Summary
Modifier and Type Method Description NSArray<?>getAlternativeSpeakableMatches()StringgetIdentifier()Deprecated.Deprecated in iOS 11.0.StringgetPronunciationHint()StringgetSpokenPhrase()StringgetVocabularyIdentifier()
-
Method Details
-
getSpokenPhrase
String getSpokenPhrase() -
getPronunciationHint
String getPronunciationHint() -
getVocabularyIdentifier
String getVocabularyIdentifier() -
getAlternativeSpeakableMatches
NSArray<?> getAlternativeSpeakableMatches() -
getIdentifier
Deprecated.Deprecated in iOS 11.0. Please use vocabularyIdentifier- Since:
- Available in iOS 10.0 and later.
-