Uses of Class
com.azure.ai.openai.models.AudioTranslation
Packages that use AudioTranslation
Package
Description
Package containing the classes for OpenAI.
Package containing the data models for OpenAI.
-
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. -
Uses of AudioTranslation in com.azure.ai.openai.models
Methods in com.azure.ai.openai.models that return AudioTranslationModifier and TypeMethodDescriptionstatic AudioTranslationAudioTranslation.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of AudioTranslation from the JsonReader.