Class AVSpeechSynthesisVoice

    • Constructor Detail

      • AVSpeechSynthesisVoice

        public AVSpeechSynthesisVoice()
      • AVSpeechSynthesisVoice

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

        protected AVSpeechSynthesisVoice​(NSObject.SkipInit skipInit)
      • AVSpeechSynthesisVoice

        public AVSpeechSynthesisVoice​(java.lang.String languageCode)
      • AVSpeechSynthesisVoice

        public AVSpeechSynthesisVoice​(NSCoder decoder)
    • Method Detail

      • getLanguage

        public java.lang.String getLanguage()
      • getIdentifier

        public java.lang.String getIdentifier()
        Since:
        Available in iOS 9.0 and later.
      • getName

        public java.lang.String getName()
        Since:
        Available in iOS 9.0 and later.
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • getCurrentLanguageCode

        public static java.lang.String getCurrentLanguageCode()
      • create

        protected static long create​(java.lang.String languageCode)
      • init

        protected long init​(NSCoder decoder)