TranslationSynthesisEventArgs class
Translation Synthesis event arguments
- Extends
Constructors
Translation |
Creates and initializes an instance of this class. |
Properties
result | Specifies the translation synthesis result. |
session |
Represents the session identifier. |
Constructor Details
TranslationSynthesisEventArgs(TranslationSynthesisResult, string)
Creates and initializes an instance of this class.
new TranslationSynthesisEventArgs(result: TranslationSynthesisResult, sessionId?: string)
Parameters
- result
- TranslationSynthesisResult
The translation synthesis result.
- sessionId
-
string
The session id.
Property Details
result
Specifies the translation synthesis result.
TranslationSynthesisResult result
Property Value
Specifies the translation synthesis result.
sessionId
Represents the session identifier.
string sessionId
Property Value
string
Represents the session identifier.