ASRAgent
-
ASR (AutomaticSpeechRecognition) is responsible for capturing the audio and delivering it to the server and receiving the result of speech recognition.
See moreDeclaration
Swift
public protocol ASRAgentProtocol : CapabilityAgentable -
An delegate that appllication can extend to register to observe
See moreASRAgentstate changes.Declaration
Swift
public protocol ASRAgentDelegate : AnyObject -
Identifies the
See moreASRAgentstate.Declaration
Swift
public enum ASRState -
<#Description#>
See moreDeclaration
Swift
public struct ASROptions -
<#Description#>
Declaration
Swift
public enum ASRInitiator : Equatable -
The result of
See morestartRecognitionrequest.Declaration
Swift
public enum ASRResult -
<#Description#>
See moreDeclaration
Swift
public enum ASRError : Error
View on GitHub
ASRAgent Reference