Uses of Class
com.azure.ai.openai.models.AudioTranslationFormat
Packages that use AudioTranslationFormat
-
Uses of AudioTranslationFormat in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as AudioTranslationFormatModifier and TypeFieldDescriptionstatic final AudioTranslationFormatAudioTranslationFormat.JSONUse a response body that is a JSON object containing a single 'text' field for the translation.static final AudioTranslationFormatAudioTranslationFormat.SRTUse a response body that is plain text in SubRip (SRT) format that also includes timing information.static final AudioTranslationFormatAudioTranslationFormat.TEXTUse a response body that is plain text containing the raw, unannotated translation.static final AudioTranslationFormatAudioTranslationFormat.VERBOSE_JSONUse a response body that is a JSON object containing translation text along with timing, segments, and other metadata.static final AudioTranslationFormatAudioTranslationFormat.VTTUse a response body that is plain text in Web Video Text Tracks (VTT) format that also includes timing information.Methods in com.azure.ai.openai.models that return AudioTranslationFormatModifier and TypeMethodDescriptionstatic AudioTranslationFormatAudioTranslationFormat.fromString(String name) Creates or finds a AudioTranslationFormat from its string representation.AudioTranslationOptions.getResponseFormat()Get the responseFormat property: The requested format of the translation response data, which will influence the content and detail of the result.Methods in com.azure.ai.openai.models that return types with arguments of type AudioTranslationFormatModifier and TypeMethodDescriptionstatic Collection<AudioTranslationFormat> AudioTranslationFormat.values()Gets known AudioTranslationFormat values.Methods in com.azure.ai.openai.models with parameters of type AudioTranslationFormatModifier and TypeMethodDescriptionAudioTranslationOptions.setResponseFormat(AudioTranslationFormat responseFormat) Set the responseFormat property: The requested format of the translation response data, which will influence the content and detail of the result.