Uses of Class
com.azure.ai.openai.models.AudioTranscriptionFormat
Packages that use AudioTranscriptionFormat
-
Uses of AudioTranscriptionFormat in com.azure.ai.openai.models
Fields in com.azure.ai.openai.models declared as AudioTranscriptionFormatModifier and TypeFieldDescriptionstatic final AudioTranscriptionFormatAudioTranscriptionFormat.JSONUse a response body that is a JSON object containing a single 'text' field for the transcription.static final AudioTranscriptionFormatAudioTranscriptionFormat.SRTUse a response body that is plain text in SubRip (SRT) format that also includes timing information.static final AudioTranscriptionFormatAudioTranscriptionFormat.TEXTUse a response body that is plain text containing the raw, unannotated transcription.static final AudioTranscriptionFormatAudioTranscriptionFormat.VERBOSE_JSONUse a response body that is a JSON object containing transcription text along with timing, segments, and other metadata.static final AudioTranscriptionFormatAudioTranscriptionFormat.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 AudioTranscriptionFormatModifier and TypeMethodDescriptionstatic AudioTranscriptionFormatAudioTranscriptionFormat.fromString(String name) Creates or finds a AudioTranscriptionFormat from its string representation.AudioTranscriptionOptions.getResponseFormat()Get the responseFormat property: The requested format of the transcription 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 AudioTranscriptionFormatModifier and TypeMethodDescriptionstatic Collection<AudioTranscriptionFormat> AudioTranscriptionFormat.values()Gets known AudioTranscriptionFormat values.Methods in com.azure.ai.openai.models with parameters of type AudioTranscriptionFormatModifier and TypeMethodDescriptionAudioTranscriptionOptions.setResponseFormat(AudioTranscriptionFormat responseFormat) Set the responseFormat property: The requested format of the transcription response data, which will influence the content and detail of the result.