//library/ss_n.common_ktx/TextToSpeechManager
[androidJvm]
object TextToSpeechManager
Name | Summary |
---|---|
Error | [androidJvm] enum Error : Enum<TextToSpeechManager.Error> |
Status | [androidJvm] enum Status : Enum<TextToSpeechManager.Status> |
Name | Summary |
---|---|
canSpeech | [androidJvm] fun canSpeech(): Boolean |
disableSpeech | [androidJvm] fun disableSpeech() |
isSpeaking | [androidJvm] @JvmStatic fun isSpeaking(): Boolean |
shutDown | [androidJvm] fun shutDown() |
speech | [androidJvm] fun speech(message: String, utteranceProgressListener: UtteranceProgressListener? = null, pitchHeight: Float = 1.0f, pitchRate: Float = 1.0f): TextToSpeechManager.Error |
stop | [androidJvm] fun stop() |
Name | Summary |
---|---|
context | [androidJvm] var context: Context? = null |