ASRAgentDelegate
public protocol ASRAgentDelegate : AnyObject
An delegate that appllication can extend to register to observe ASRAgent state changes.
-
Called when received a result of
startRecognitionrequest.Declaration
Swift
func asrAgentDidReceive(result: ASRResult, dialogRequestId: String)Parameters
resultA recognized result.
dialogRequestIdThe dialog request id of the originally requested event.
View on GitHub
ASRAgentDelegate Protocol Reference