TTSAgent
-
The
See moreTTSAgent
handles 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 TTSState
extension TTSState: Equatable
-
A result of TTS request.
See moreDeclaration
Swift
public enum TTSResult
-
<#Description#>
Declaration
Swift
public enum TTSError : Error