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 Details

    • getSpokenPhrase

      String getSpokenPhrase()
    • getPronunciationHint

      String getPronunciationHint()
    • getVocabularyIdentifier

      String getVocabularyIdentifier()
    • getAlternativeSpeakableMatches

      NSArray<?> getAlternativeSpeakableMatches()
    • getIdentifier

      @Deprecated String getIdentifier()
      Deprecated.
      Deprecated in iOS 11.0. Please use vocabularyIdentifier
      Since:
      Available in iOS 10.0 and later.