SpeechRecognitionCanceledEventArgs Class
Class for speech recognition canceled event arguments.
Constructor for internal use.
- Inheritance
-
SpeechRecognitionCanceledEventArgs
Constructor
SpeechRecognitionCanceledEventArgs(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
Speech recognition event result.
session_id
Session identifier (a GUID in string format).
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.
Azure SDK for Python