Uses of Class
com.microsoft.cognitiveservices.speech.speaker.VoiceProfilePhraseResult
-
Packages that use VoiceProfilePhraseResult Package Description com.microsoft.cognitiveservices.speech.speaker -
-
Uses of VoiceProfilePhraseResult in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return types with arguments of type VoiceProfilePhraseResult Modifier and Type Method Description Future<VoiceProfilePhraseResult>VoiceProfileClient. getActivationPhrasesAsync(VoiceProfileType voiceProfileType, String locale)Get valid activation phrases for enrollment.Methods in com.microsoft.cognitiveservices.speech.speaker with parameters of type VoiceProfilePhraseResult Modifier and Type Method Description static VoiceProfilePhraseCancellationDetailsVoiceProfilePhraseCancellationDetails. fromResult(VoiceProfilePhraseResult result)Creates an instance of VoiceProfilePhraseCancellationDetails object for the canceled VoiceProfilePhraseResult.
-