ConversationTranscriptionEventArgs class
Defines contents of conversation transcribed/transcribing event.
- Extends
Constructors
Conversation |
Creates and initializes an instance of this class. |
Properties
offset | Represents the message offset |
result | Specifies the transcription result. |
session |
Represents the session identifier. |
Constructor Details
ConversationTranscriptionEventArgs(ConversationTranscriptionResult, number, string)
Creates and initializes an instance of this class.
new ConversationTranscriptionEventArgs(result: ConversationTranscriptionResult, offset?: number, sessionId?: string)
Parameters
The conversation transcription result.
- offset
-
number
The offset.
- sessionId
-
string
The session id.
Property Details
offset
Represents the message offset
number offset
Property Value
number
result
Specifies the transcription result.
ConversationTranscriptionResult result
Property Value
the recognition result.
sessionId
Represents the session identifier.
string sessionId
Property Value
string
Represents the session identifier.