Uses of Class
com.microsoft.cognitiveservices.speech.speaker.SpeakerVerificationModel
-
Packages that use SpeakerVerificationModel Package Description com.microsoft.cognitiveservices.speech.speaker -
-
Uses of SpeakerVerificationModel in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return SpeakerVerificationModel Modifier and Type Method Description static SpeakerVerificationModelSpeakerVerificationModel. fromProfile(VoiceProfile profile)Creates a speaker verification model from a voice profile.Methods in com.microsoft.cognitiveservices.speech.speaker with parameters of type SpeakerVerificationModel Modifier and Type Method Description Future<SpeakerRecognitionResult>SpeakerRecognizer. recognizeOnceAsync(SpeakerVerificationModel model)Starts a speaker recognition session to verify the speaker in the verification model.
-