MeetingTranscriptionEventArgs Class

Definition

Contains meeting transcriber event arguments.

public class MeetingTranscriptionEventArgs : Microsoft.CognitiveServices.Speech.RecognitionEventArgs
type MeetingTranscriptionEventArgs = class
    inherit RecognitionEventArgs
Public Class MeetingTranscriptionEventArgs
Inherits RecognitionEventArgs
Inheritance
MeetingTranscriptionEventArgs
Derived

Properties

Offset

Represents the message offset in ticks (100 nanoseconds).

(Inherited from RecognitionEventArgs)
Result

Represents the meeting transcription result.

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