Uses of Class
com.microsoft.cognitiveservices.speech.SpeechSynthesisRequest
-
Packages that use SpeechSynthesisRequest Package Description com.microsoft.cognitiveservices.speech -
-
Uses of SpeechSynthesisRequest in com.microsoft.cognitiveservices.speech
Subclasses of SpeechSynthesisRequest in com.microsoft.cognitiveservices.speech Modifier and Type Class Description classPersonalVoiceSynthesisRequestRepresents a personal voice speech synthesis request for text streaming.Methods in com.microsoft.cognitiveservices.speech with parameters of type SpeechSynthesisRequest Modifier and Type Method Description Future<SpeechSynthesisResult>SpeechSynthesizer. SpeakRequestAsync(SpeechSynthesisRequest request)Execute the speech synthesis on request, asynchronously.Future<SpeechSynthesisResult>SpeechSynthesizer. StartSpeakingRequestAsync(SpeechSynthesisRequest request)Queue the speech synthesis on request, as an asynchronous operation.
-