Uses of Class
com.microsoft.cognitiveservices.speech.SpeechSynthesisEventArgs
-
Packages that use SpeechSynthesisEventArgs Package Description com.microsoft.cognitiveservices.speech -
-
Uses of SpeechSynthesisEventArgs in com.microsoft.cognitiveservices.speech
Fields in com.microsoft.cognitiveservices.speech with type parameters of type SpeechSynthesisEventArgs Modifier and Type Field Description EventHandlerImpl<SpeechSynthesisEventArgs>SpeechSynthesizer. SynthesisCanceledDefines event handler for synthesis canceled event.EventHandlerImpl<SpeechSynthesisEventArgs>SpeechSynthesizer. SynthesisCompletedDefines event handler for synthesis completed event.EventHandlerImpl<SpeechSynthesisEventArgs>SpeechSynthesizer. SynthesisStartedDefines event handler for synthesis started event.EventHandlerImpl<SpeechSynthesisEventArgs>SpeechSynthesizer. SynthesizingDefines event handler for synthesizing event.
-