SpeechError

class SpeechError

The state is returned if there is an error retrieving the voice instruction

Parameters

errorMessage

an error message

throwable

an optional throwable value expressing the error

fallback

represents the raw announcement (without file) that can be played with a text-to-speech engine.

Properties

Link copied to clipboard
val errorMessage: String
Link copied to clipboard
val fallback: SpeechAnnouncement
Link copied to clipboard
val throwable: Throwable?