Uses of Class
com.azure.ai.openai.models.AudioTranslation
Packages that use AudioTranslation
-
Uses of AudioTranslation in com.azure.ai.openai
Methods in com.azure.ai.openai that return AudioTranslationModifier and TypeMethodDescriptionOpenAIClient.getAudioTranslation(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions) Gets English language transcribed text and associated metadata from provided spoken audio file data.Methods in com.azure.ai.openai that return types with arguments of type AudioTranslationModifier and TypeMethodDescriptionOpenAIAsyncClient.getAudioTranslation(String deploymentOrModelName, String fileName, AudioTranslationOptions audioTranslationOptions) 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.