TTSResult
public enum TTSResult
A result of TTS request.
-
Indicates that tts playback has finished.
Declaration
Swift
case finished
-
Indicates that audio playback was stopped due to a user request or a directive which stops or replaces the current stream.
Declaration
Swift
case stopped(cancelAssociation: Bool)
-
Indicates that audio playback was stopped due to an error.
Declaration
Swift
case error(_: Error)