ConversationTranscriptionCanceledEventArgs Class
An object that encapsulates conversation transcription canceled event arguments.
Constructor for internal use.
- Inheritance
-
ConversationTranscriptionCanceledEventArgs
Constructor
ConversationTranscriptionCanceledEventArgs(handle: c_void_p)
Parameters
Name | Description |
---|---|
handle
Required
|
|
Attributes
cancellation_details
The reason why transcription 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
Contains the conversation transcription result.
session_id
Session identifier (a GUID in string format).
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for Python