IntentRecognitionCanceledEventArgs Class
Class for intent recognition canceled event arguments.
Constructor for internal use.
- Inheritance
-
IntentRecognitionCanceledEventArgs
Constructor
IntentRecognitionCanceledEventArgs(handle: c_void_p)
Parameters
Name | Description |
---|---|
handle
Required
|
|
Attributes
cancellation_details
The reason why recognition was cancelled.
Returns None if there was no cancellation.
offset
The offset of the recognition event in ticks. A single tick represents one hundred nanoseconds or one ten-millionth of a second.
result
Intent recognition event result.
session_id
Session identifier (a GUID in string format).
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.
Azure SDK for Python