TTSAgent
-
The
See moreTTSAgenthandles directives for controlling speech playback.Declaration
Swift
public protocol TTSAgentProtocol : CapabilityAgentable -
An delegate that appllication can extend to register to observe TTSAgent state changes.
See moreDeclaration
Swift
public protocol TTSAgentDelegate : AnyObject -
Identifies the player state.
See moreDeclaration
Swift
public enum TTSStateextension TTSState: Equatable -
A result of TTS request.
See moreDeclaration
Swift
public enum TTSResult -
<#Description#>
Declaration
Swift
public enum TTSError : Error
View on GitHub
TTSAgent Reference