Asynchronous Callback
The VoiceRecognition action is completely and successfully finished upon receiving the VoiceRecognition_Complete event.
| Parameter Name | .NET Type | Description |
|---|---|---|
| Termination Condition | System.String | Describes the condition which caused the operation to complete. |
| ConnectionId | System.String | The same value as the ConnectionId passed in as an action parameter. |
| Meaning | System.String | The top-match phrase recognized by Nuance OSR. |
| Score | System.Int32 | The confidence score of the Meaning. |