Uses of Class
com.azure.ai.openai.models.AudioTranscriptionOptions
Packages that use AudioTranscriptionOptions
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of AudioTranscriptionOptions in com.azure.ai.openai
Methods in com.azure.ai.openai with parameters of type AudioTranscriptionOptionsModifier and TypeMethodDescriptionOpenAIAsyncClient.getAudioTranscription(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions) Gets transcribed text and associated metadata from provided spoken audio file data.OpenAIClient.getAudioTranscription(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions) Gets transcribed text and associated metadata from provided spoken audio file data.OpenAIAsyncClient.getAudioTranscriptionAsPlainText(String deploymentOrModelName, AudioTranscriptionOptions audioTranscriptionOptions) Gets transcribed text and associated metadata from provided spoken audio data.OpenAIClient.getAudioTranscriptionAsPlainText(String deploymentOrModelName, AudioTranscriptionOptions audioTranscriptionOptions) Gets transcribed text and associated metadata from provided spoken audio data.OpenAIAsyncClient.getAudioTranscriptionText(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions) Gets transcribed text and associated metadata from provided spoken audio file data.OpenAIClient.getAudioTranscriptionText(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions) Gets transcribed text and associated metadata from provided spoken audio file data.OpenAIAsyncClient.getAudioTranscriptionTextWithResponse(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets transcribed text and associated metadata from provided spoken audio file data.com.azure.core.http.rest.Response<String>OpenAIClient.getAudioTranscriptionTextWithResponse(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets transcribed text and associated metadata from provided spoken audio file data.Mono<com.azure.core.http.rest.Response<AudioTranscription>>OpenAIAsyncClient.getAudioTranscriptionWithResponse(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets transcribed text and associated metadata from provided spoken audio file data.com.azure.core.http.rest.Response<AudioTranscription>OpenAIClient.getAudioTranscriptionWithResponse(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets transcribed text and associated metadata from provided spoken audio file data. -
Uses of AudioTranscriptionOptions in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AudioTranscriptionOptionsModifier and TypeMethodDescriptionAudioTranscriptionOptions.setFilename(String filename) Set the filename property: The optional filename or descriptive identifier to associate with with the audio data.AudioTranscriptionOptions.setLanguage(String language) Set the language property: The primary spoken language of the audio data to be transcribed, supplied as a two-letter ISO-639-1 language code such as 'en' or 'fr'.Set the model property: The model to use for this transcription request.Set the prompt property: An optional hint to guide the model's style or continue from a prior audio segment.AudioTranscriptionOptions.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.AudioTranscriptionOptions.setTemperature(Double temperature) Set the temperature property: The sampling temperature, between 0 and 1.AudioTranscriptionOptions.setTimestampGranularities(List<AudioTranscriptionTimestampGranularity> timestampGranularities) Set the timestampGranularities property: The timestamp granularities to populate for this transcription.