Uses of Class
com.microsoft.cognitiveservices.speech.speaker.VoiceProfileType
-
Packages that use VoiceProfileType Package Description com.microsoft.cognitiveservices.speech.speaker -
-
Uses of VoiceProfileType in com.microsoft.cognitiveservices.speech.speaker
Methods in com.microsoft.cognitiveservices.speech.speaker that return VoiceProfileType Modifier and Type Method Description VoiceProfileTypeVoiceProfile. getType()Get a voice profile type.static VoiceProfileTypeVoiceProfileType. valueOf(String name)Returns the enum constant of this type with the specified name.static VoiceProfileType[]VoiceProfileType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.microsoft.cognitiveservices.speech.speaker with parameters of type VoiceProfileType Modifier and Type Method Description Future<VoiceProfile>VoiceProfileClient. createProfileAsync(VoiceProfileType voiceProfileType, String locale)Creates a voice profile as an asynchronous operation.Future<VoiceProfilePhraseResult>VoiceProfileClient. getActivationPhrasesAsync(VoiceProfileType voiceProfileType, String locale)Get valid activation phrases for enrollment.Future<List<VoiceProfile>>VoiceProfileClient. getAllProfilesAsync(VoiceProfileType voiceProfileType)Get all voice profiles as an asynchronous operation.Constructors in com.microsoft.cognitiveservices.speech.speaker with parameters of type VoiceProfileType Constructor Description VoiceProfile(String id, VoiceProfileType type)Initializes a new instance of Voice Profile.
-