Uses of Class
com.microsoft.cognitiveservices.speech.SpeechSynthesisCancellationDetails
-
Packages that use SpeechSynthesisCancellationDetails Package Description com.microsoft.cognitiveservices.speech -
-
Uses of SpeechSynthesisCancellationDetails in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return SpeechSynthesisCancellationDetails Modifier and Type Method Description static SpeechSynthesisCancellationDetailsSpeechSynthesisCancellationDetails. fromResult(SpeechSynthesisResult result)Creates an instance of SpeechSynthesisCancellationDetails object for the canceled SpeechSynthesisResult.static SpeechSynthesisCancellationDetailsSpeechSynthesisCancellationDetails. fromStream(AudioDataStream stream)Creates an instance of SpeechSynthesisCancellationDetails object for the canceled AudioDataStream.
-