Uses of Class
com.azure.ai.openai.models.SpeechGenerationResponseFormat
Packages that use SpeechGenerationResponseFormat
-
Uses of SpeechGenerationResponseFormat in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as SpeechGenerationResponseFormatModifier and TypeFieldDescriptionstatic final SpeechGenerationResponseFormatSpeechGenerationResponseFormat.AACUse AAC as the audio output format.static final SpeechGenerationResponseFormatSpeechGenerationResponseFormat.FLACUse FLAC as the audio output format.static final SpeechGenerationResponseFormatSpeechGenerationResponseFormat.MP3Use MP3 as the audio output format.static final SpeechGenerationResponseFormatSpeechGenerationResponseFormat.OPUSUse Opus as the audio output format.Methods in com.azure.ai.openai.models that return SpeechGenerationResponseFormatModifier and TypeMethodDescriptionSpeechGenerationResponseFormat.fromString(String name) Creates or finds a SpeechGenerationResponseFormat from its string representation.SpeechGenerationOptions.getResponseFormat()Get the responseFormat property: The audio output format for the spoken text.Methods in com.azure.ai.openai.models that return types with arguments of type SpeechGenerationResponseFormatModifier and TypeMethodDescriptionSpeechGenerationResponseFormat.values()Gets known SpeechGenerationResponseFormat values.Methods in com.azure.ai.openai.models with parameters of type SpeechGenerationResponseFormatModifier and TypeMethodDescriptionSpeechGenerationOptions.setResponseFormat(SpeechGenerationResponseFormat responseFormat) Set the responseFormat property: The audio output format for the spoken text.