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.static final SpeechGenerationResponseFormatSpeechGenerationResponseFormat.PCMUse uncompressed PCM as the audio output format, which is similar to WAV but contains raw samples in 24kHz (16-bit signed, low-endian), without the header.static final SpeechGenerationResponseFormatSpeechGenerationResponseFormat.WAVUse uncompressed WAV as the audio output format, suitable for low-latency applications to avoid decoding overhead.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.