Uses of Class
com.microsoft.cognitiveservices.speech.speaker.VoiceProfileEnrollmentResult
-
Packages that use VoiceProfileEnrollmentResult Package Description com.microsoft.cognitiveservices.speech.speaker -
-
Uses of VoiceProfileEnrollmentResult in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return types with arguments of type VoiceProfileEnrollmentResult Modifier and Type Method Description Future<VoiceProfileEnrollmentResult>VoiceProfileClient. enrollProfileAsync(VoiceProfile voiceProfile, AudioConfig audioConfig)Enroll a voice profile asynchronously.Future<VoiceProfileEnrollmentResult>VoiceProfileClient. retrieveEnrollmentResultAsync(VoiceProfile voiceProfile)Retrieve an enrollment result given the Voice Profile.Methods in com.microsoft.cognitiveservices.speech.speaker with parameters of type VoiceProfileEnrollmentResult Modifier and Type Method Description static VoiceProfileEnrollmentCancellationDetailsVoiceProfileEnrollmentCancellationDetails. fromResult(VoiceProfileEnrollmentResult result)Creates an instance of VoiceProfileEnrollmentCancellationDetails object for the canceled VoiceProfileEnrollmentResult.
-