TextToSpeechSynthesisInterruptedError
class TextToSpeechSynthesisInterruptedError(cause: Throwable?) : TextToSpeechSynthesisError
Content copied to clipboard
Error that is thrown when synthesising text input failed, usually when stop() or close() are called.