MeetingTranscriptionCanceledEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains payload of meeting transcriber canceled result events.
public sealed class MeetingTranscriptionCanceledEventArgs : Microsoft.CognitiveServices.Speech.Transcription.MeetingTranscriptionEventArgs
type MeetingTranscriptionCanceledEventArgs = class
inherit MeetingTranscriptionEventArgs
Public NotInheritable Class MeetingTranscriptionCanceledEventArgs
Inherits MeetingTranscriptionEventArgs
- Inheritance
-
MeetingTranscriptionCanceledEventArgs
Properties
ErrorCode |
The error code in case of an unsuccessful recognition (Reason is set to Error). If Reason is not Error, ErrorCode returns NoError. |
ErrorDetails |
The error message in case of an unsuccessful recognition (Reason is set to Error). |
Offset |
Represents the message offset in ticks (100 nanoseconds). (Inherited from RecognitionEventArgs) |
Reason |
The reason the result was canceled. |
Result |
Represents the meeting transcription result. (Inherited from MeetingTranscriptionEventArgs) |
SessionId |
Represents the session identifier. (Inherited from SessionEventArgs) |
Methods
ToString() |
Returns a string that represents the session id and the meeting transcription result event. |
Applies to
Azure SDK for .NET