Uses of Class
com.microsoft.cognitiveservices.speech.speaker.VoiceProfileResult
-
Packages that use VoiceProfileResult Package Description com.microsoft.cognitiveservices.speech.speaker -
-
Uses of VoiceProfileResult in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return types with arguments of type VoiceProfileResult Modifier and Type Method Description Future<VoiceProfileResult>VoiceProfileClient. deleteProfileAsync(VoiceProfile voiceProfile)Delete a voice profile asynchronously.Future<VoiceProfileResult>VoiceProfileClient. resetProfileAsync(VoiceProfile voiceProfile)Reset a voice profile asynchronously.Methods in com.microsoft.cognitiveservices.speech.speaker with parameters of type VoiceProfileResult Modifier and Type Method Description static VoiceProfileCancellationDetailsVoiceProfileCancellationDetails. fromResult(VoiceProfileResult result)Creates an instance of VoiceProfileCancellationDetails object for the canceled VoiceProfileResult.
-