Uses of Class
com.azure.ai.openai.models.SpeechVoice
Packages that use SpeechVoice
-
Uses of SpeechVoice in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as SpeechVoiceModifier and TypeFieldDescriptionstatic final SpeechVoiceSpeechVoice.ALLOYThe Alloy voice.static final SpeechVoiceSpeechVoice.ECHOThe Echo voice.static final SpeechVoiceSpeechVoice.FABLEThe Fable voice.static final SpeechVoiceSpeechVoice.NOVAThe Nova voice.static final SpeechVoiceSpeechVoice.ONYXThe Onyx voice.static final SpeechVoiceSpeechVoice.SHIMMERThe Shimmer voice.Methods in com.azure.ai.openai.models that return SpeechVoiceModifier and TypeMethodDescriptionstatic SpeechVoiceSpeechVoice.fromString(String name) Creates or finds a SpeechVoice from its string representation.SpeechGenerationOptions.getVoice()Get the voice property: The voice to use for text-to-speech.Methods in com.azure.ai.openai.models that return types with arguments of type SpeechVoiceModifier and TypeMethodDescriptionstatic Collection<SpeechVoice> SpeechVoice.values()Gets known SpeechVoice values.Constructors in com.azure.ai.openai.models with parameters of type SpeechVoiceModifierConstructorDescriptionSpeechGenerationOptions(String input, SpeechVoice voice) Creates an instance of SpeechGenerationOptions class.