SpeechSynthesisEventArgs class
Defines contents of speech synthesis events.
Constructors
Speech |
Creates and initializes an instance of this class. |
Properties
result | Specifies the synthesis result. |
Constructor Details
SpeechSynthesisEventArgs(SpeechSynthesisResult)
Creates and initializes an instance of this class.
new SpeechSynthesisEventArgs(result: SpeechSynthesisResult)
Parameters
- result
- SpeechSynthesisResult
The speech synthesis result.
Property Details
result
Specifies the synthesis result.
SpeechSynthesisResult result
Property Value
the synthesis result.