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 moreASRAgent
state changes.Declaration
Swift
public protocol ASRAgentDelegate : AnyObject
-
Identifies the
See moreASRAgent
state.Declaration
Swift
public enum ASRState
-
<#Description#>
See moreDeclaration
Swift
public struct ASROptions
-
<#Description#>
Declaration
Swift
public enum ASRInitiator : Equatable
-
The result of
See morestartRecognition
request.Declaration
Swift
public enum ASRResult
-
<#Description#>
See moreDeclaration
Swift
public enum ASRError : Error