Uses of Class
com.microsoft.cognitiveservices.speech.speaker.VoiceProfile
-
Packages that use VoiceProfile Package Description com.microsoft.cognitiveservices.speech.speaker -
-
Uses of VoiceProfile in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return types with arguments of type VoiceProfile Modifier and Type Method Description Future<VoiceProfile>VoiceProfileClient. createProfileAsync(VoiceProfileType voiceProfileType, String locale)Creates a voice profile as an asynchronous operation.Future<List<VoiceProfile>>VoiceProfileClient. getAllProfilesAsync(VoiceProfileType voiceProfileType)Get all voice profiles as an asynchronous operation.Methods in com.microsoft.cognitiveservices.speech.speaker with parameters of type VoiceProfile Modifier and Type Method Description Future<VoiceProfileResult>VoiceProfileClient. deleteProfileAsync(VoiceProfile voiceProfile)Delete a voice profile asynchronously.Future<VoiceProfileEnrollmentResult>VoiceProfileClient. enrollProfileAsync(VoiceProfile voiceProfile, AudioConfig audioConfig)Enroll a voice profile asynchronously.static SpeakerVerificationModelSpeakerVerificationModel. fromProfile(VoiceProfile profile)Creates a speaker verification model from a voice profile.Future<VoiceProfileResult>VoiceProfileClient. resetProfileAsync(VoiceProfile voiceProfile)Reset a voice profile asynchronously.Future<VoiceProfileEnrollmentResult>VoiceProfileClient. retrieveEnrollmentResultAsync(VoiceProfile voiceProfile)Retrieve an enrollment result given the Voice Profile.Method parameters in com.microsoft.cognitiveservices.speech.speaker with type arguments of type VoiceProfile Modifier and Type Method Description static SpeakerIdentificationModelSpeakerIdentificationModel. fromProfiles(List<VoiceProfile> profiles)Creates a speaker identification model from the voice profiles.
-