Uses of Class
com.microsoft.cognitiveservices.speech.speaker.SpeakerIdentificationModel
-
Packages that use SpeakerIdentificationModel Package Description com.microsoft.cognitiveservices.speech.speaker -
-
Uses of SpeakerIdentificationModel in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return SpeakerIdentificationModel Modifier and Type Method Description static SpeakerIdentificationModelSpeakerIdentificationModel. fromProfiles(List<VoiceProfile> profiles)Creates a speaker identification model from the voice profiles.Methods in com.microsoft.cognitiveservices.speech.speaker with parameters of type SpeakerIdentificationModel Modifier and Type Method Description Future<SpeakerRecognitionResult>SpeakerRecognizer. recognizeOnceAsync(SpeakerIdentificationModel model)Starts a speaker recognition session to identify the speaker in the identification model.
-