ASRAgent

  • ASR (AutomaticSpeechRecognition) is responsible for capturing the audio and delivering it to the server and receiving the result of speech recognition.

    See more

    Declaration

    Swift

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

    See more

    Declaration

    Swift

    public protocol ASRAgentDelegate : AnyObject
  • Identifies the ASRAgent state.

    See more

    Declaration

    Swift

    public enum ASRState
  • <#Description#>

    See more

    Declaration

    Swift

    public struct ASROptions
  • <#Description#>

    Declaration

    Swift

    public enum ASRInitiator : Equatable
  • The result of startRecognition request.

    See more

    Declaration

    Swift

    public enum ASRResult
  • <#Description#>

    See more

    Declaration

    Swift

    public enum ASRError : Error