Class AVSpeechUtterance

    • Constructor Detail

      • AVSpeechUtterance

        public AVSpeechUtterance()
      • AVSpeechUtterance

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

        public AVSpeechUtterance​(java.lang.String string)
      • AVSpeechUtterance

        public AVSpeechUtterance​(NSAttributedString string)
        Since:
        Available in iOS 10.0 and later.
      • AVSpeechUtterance

        public AVSpeechUtterance​(NSCoder decoder)
    • Method Detail

      • getSpeechString

        public java.lang.String getSpeechString()
      • getAttributedSpeechString

        public NSAttributedString getAttributedSpeechString()
        Since:
        Available in iOS 10.0 and later.
      • getRate

        public float getRate()
      • setRate

        public void setRate​(float v)
      • getPitchMultiplier

        public float getPitchMultiplier()
      • setPitchMultiplier

        public void setPitchMultiplier​(float v)
      • getVolume

        public float getVolume()
      • setVolume

        public void setVolume​(float v)
      • getPreUtteranceDelay

        public double getPreUtteranceDelay()
      • setPreUtteranceDelay

        public void setPreUtteranceDelay​(double v)
      • getPostUtteranceDelay

        public double getPostUtteranceDelay()
      • setPostUtteranceDelay

        public void setPostUtteranceDelay​(double v)
      • supportsSecureCoding

        public static boolean supportsSecureCoding()
      • getMinimumSpeechRate

        public static float getMinimumSpeechRate()
        Since:
        Available in iOS 7.0 and later.
      • getMaximumSpeechRate

        public static float getMaximumSpeechRate()
        Since:
        Available in iOS 7.0 and later.
      • getDefaultSpeechRate

        public static float getDefaultSpeechRate()
        Since:
        Available in iOS 7.0 and later.
      • init

        protected long init​(java.lang.String string)
      • init

        protected long init​(NSAttributedString string)
        Since:
        Available in iOS 10.0 and later.
      • init

        protected long init​(NSCoder decoder)