Uses of Class
com.azure.ai.openai.models.AudioTranslationOptions
Packages that use AudioTranslationOptions
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
Uses of AudioTranslationOptions in com.azure.ai.openai
Methods in com.azure.ai.openai with parameters of type AudioTranslationOptionsModifier and TypeMethodDescriptionOpenAIAsyncClient.getAudioTranslation(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions) Gets English language transcribed text and associated metadata from provided spoken audio file data.OpenAIClient.getAudioTranslation(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions) Gets English language transcribed text and associated metadata from provided spoken audio file data.OpenAIAsyncClient.getAudioTranslationAsPlainText(String deploymentOrModelName, AudioTranslationOptions audioTranslationOptions) Gets English language transcribed text and associated metadata from provided spoken audio data.OpenAIClient.getAudioTranslationAsPlainText(String deploymentOrModelName, AudioTranslationOptions audioTranslationOptions) Gets English language transcribed text and associated metadata from provided spoken audio data.OpenAIAsyncClient.getAudioTranslationText(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions) Gets English language transcribed text and associated metadata from provided spoken audio file data.OpenAIClient.getAudioTranslationText(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions) Gets English language transcribed text and associated metadata from provided spoken audio file data.OpenAIAsyncClient.getAudioTranslationTextWithResponse(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets English language transcribed text and associated metadata from provided spoken audio file data.com.azure.core.http.rest.Response<String>OpenAIClient.getAudioTranslationTextWithResponse(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets English language transcribed text and associated metadata from provided spoken audio file data.Mono<com.azure.core.http.rest.Response<AudioTranslation>>OpenAIAsyncClient.getAudioTranslationWithResponse(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets English language transcribed text and associated metadata from provided spoken audio file data.com.azure.core.http.rest.Response<AudioTranslation>OpenAIClient.getAudioTranslationWithResponse(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions, com.azure.core.http.rest.RequestOptions requestOptions) Gets English language transcribed text and associated metadata from provided spoken audio file data. -
Uses of AudioTranslationOptions in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AudioTranslationOptionsModifier and TypeMethodDescriptionAudioTranslationOptions.setFilename(String filename) Set the filename property: The optional filename or descriptive identifier to associate with with the audio data.Set the model property: The model to use for this translation request.Set the prompt property: An optional hint to guide the model's style or continue from a prior audio segment.AudioTranslationOptions.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.AudioTranslationOptions.setTemperature(Double temperature) Set the temperature property: The sampling temperature, between 0 and 1.