Uses of Class
com.microsoft.cognitiveservices.speech.speaker.SpeakerRecognitionResult
-
Packages that use SpeakerRecognitionResult Package Description com.microsoft.cognitiveservices.speech.speaker -
-
Uses of SpeakerRecognitionResult in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return types with arguments of type SpeakerRecognitionResult Modifier and Type Method Description Future<SpeakerRecognitionResult>SpeakerRecognizer. recognizeOnceAsync(SpeakerIdentificationModel model)Starts a speaker recognition session to identify the speaker in the identification model.Future<SpeakerRecognitionResult>SpeakerRecognizer. recognizeOnceAsync(SpeakerVerificationModel model)Starts a speaker recognition session to verify the speaker in the verification model.Methods in com.microsoft.cognitiveservices.speech.speaker with parameters of type SpeakerRecognitionResult Modifier and Type Method Description static SpeakerRecognitionCancellationDetailsSpeakerRecognitionCancellationDetails. fromResult(SpeakerRecognitionResult result)Creates an instance of SpeakerRecognitionCancellationDetails object for the canceled SpeakerRecognitionResult.
-