TTSAgent

  • The TTSAgent handles directives for controlling speech playback.

    See more

    Declaration

    Swift

    public protocol TTSAgentProtocol : CapabilityAgentable
  • An delegate that appllication can extend to register to observe TTSAgent state changes.

    See more

    Declaration

    Swift

    public protocol TTSAgentDelegate : AnyObject
  • Identifies the player state.

    See more

    Declaration

    Swift

    public enum TTSState
    extension TTSState: Equatable
  • A result of TTS request.

    See more

    Declaration

    Swift

    public enum TTSResult
  • <#Description#>

    Declaration

    Swift

    public enum TTSError : Error