Uses of Class
com.microsoft.cognitiveservices.speech.SpeechSynthesisResult
-
Packages that use SpeechSynthesisResult Package Description com.microsoft.cognitiveservices.speech -
-
Uses of SpeechSynthesisResult in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return SpeechSynthesisResult Modifier and Type Method Description SpeechSynthesisResultSpeechSynthesisEventArgs. getResult()Specifies the speech synthesis result.SpeechSynthesisResultSpeechSynthesizer. SpeakSsml(String ssml)Execute the speech synthesis on SSML, synchronously.SpeechSynthesisResultSpeechSynthesizer. SpeakText(String text)Execute the speech synthesis on plain text, synchronously.SpeechSynthesisResultSpeechSynthesizer. StartSpeakingSsml(String ssml)Start the speech synthesis on SSML, synchronously.SpeechSynthesisResultSpeechSynthesizer. StartSpeakingText(String text)Start the speech synthesis on plain text, synchronously.Methods in com.microsoft.cognitiveservices.speech that return types with arguments of type SpeechSynthesisResult Modifier and Type Method Description Future<SpeechSynthesisResult>SpeechSynthesizer. SpeakSsmlAsync(String ssml)Execute the speech synthesis on SSML, asynchronously.Future<SpeechSynthesisResult>SpeechSynthesizer. SpeakTextAsync(String text)Execute the speech synthesis on plain text, asynchronously.Future<SpeechSynthesisResult>SpeechSynthesizer. StartSpeakingSsmlAsync(String ssml)Start the speech synthesis on SSML, asynchronously.Future<SpeechSynthesisResult>SpeechSynthesizer. StartSpeakingTextAsync(String text)Start the speech synthesis on plain text, asynchronously.Methods in com.microsoft.cognitiveservices.speech with parameters of type SpeechSynthesisResult Modifier and Type Method Description static AudioDataStreamAudioDataStream. fromResult(SpeechSynthesisResult result)Creates a memory backed AudioDataStream from given speech synthesis result.static SpeechSynthesisCancellationDetailsSpeechSynthesisCancellationDetails. fromResult(SpeechSynthesisResult result)Creates an instance of SpeechSynthesisCancellationDetails object for the canceled SpeechSynthesisResult.
-