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