Uses of Class
com.microsoft.cognitiveservices.speech.AudioDataStream
-
Packages that use AudioDataStream Package Description com.microsoft.cognitiveservices.speech -
-
Uses of AudioDataStream in com.microsoft.cognitiveservices.speech
Methods in com.microsoft.cognitiveservices.speech that return AudioDataStream Modifier and Type Method Description static AudioDataStreamAudioDataStream. fromResult(KeywordRecognitionResult result)Obtains the memory backed AudioDataStream associated with a given KeywordRecognition result.static AudioDataStreamAudioDataStream. fromResult(SpeechSynthesisResult result)Creates a memory backed AudioDataStream from given speech synthesis result.Methods in com.microsoft.cognitiveservices.speech with parameters of type AudioDataStream Modifier and Type Method Description static SpeechSynthesisCancellationDetailsSpeechSynthesisCancellationDetails. fromStream(AudioDataStream stream)Creates an instance of SpeechSynthesisCancellationDetails object for the canceled AudioDataStream.
-