ResultStatus

enum ResultStatus : Enum<IviTextToSpeech.ResultStatus>

The result of a TTS operation.

Entries

Link copied to clipboard

TTS operation has finished successfully.

Link copied to clipboard

TTS operation has finished with a failure.

Link copied to clipboard

TTS speak operation could not be executed because the audio focus was not granted.

Link copied to clipboard

The TTS playback was stopped.

Inherited properties

Link copied to clipboard
val name: String
Link copied to clipboard
val ordinal: Int