Class INSpeakableString

    • Constructor Detail

      • INSpeakableString

        protected INSpeakableString()
      • INSpeakableString

        protected INSpeakableString​(NSObject.Handle h,
                                    long handle)
      • INSpeakableString

        @Deprecated
        public INSpeakableString​(java.lang.String identifier,
                                 java.lang.String spokenPhrase,
                                 java.lang.String pronunciationHint)
        Deprecated.
        Deprecated in iOS 11.0. Please use -initWithVocabularyIdentifier:spokenPhrase:pronunciationHint:
        Since:
        Available in iOS 10.0 and later.
      • INSpeakableString

        public INSpeakableString​(java.lang.String spokenPhrase)
        Since:
        Available in iOS 10.2 and later.
      • INSpeakableString

        public INSpeakableString​(NSCoder decoder)
    • Method Detail

      • createWithVocabulary

        public static INSpeakableString createWithVocabulary​(java.lang.String vocabularyIdentifier,
                                                             java.lang.String spokenPhrase,
                                                             java.lang.String pronunciationHint)
      • getIdentifier

        @Deprecated
        public java.lang.String getIdentifier()
        Deprecated.
        Deprecated in iOS 11.0. Please use vocabularyIdentifier
        Specified by:
        getIdentifier in interface INSpeakable
        Since:
        Available in iOS 10.0 and later.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • initWithVocabulary

        protected long initWithVocabulary​(java.lang.String vocabularyIdentifier,
                                          java.lang.String spokenPhrase,
                                          java.lang.String pronunciationHint)
      • init

        @Deprecated
        protected long init​(java.lang.String identifier,
                            java.lang.String spokenPhrase,
                            java.lang.String pronunciationHint)
        Deprecated.
        Deprecated in iOS 11.0. Please use -initWithVocabularyIdentifier:spokenPhrase:pronunciationHint:
        Since:
        Available in iOS 10.0 and later.
      • init

        protected long init​(java.lang.String spokenPhrase)
        Since:
        Available in iOS 10.2 and later.
      • init

        protected long init​(NSCoder decoder)