Uses of Class
com.azure.ai.openai.models.AudioTranscription
Packages that use AudioTranscription
-
Uses of AudioTranscription in com.azure.ai.openai
Methods in com.azure.ai.openai that return AudioTranscriptionModifier and TypeMethodDescriptionOpenAIClient.getAudioTranscription(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions) Gets transcribed text and associated metadata from provided spoken audio file data.Methods in com.azure.ai.openai that return types with arguments of type AudioTranscriptionModifier and TypeMethodDescriptionOpenAIAsyncClient.getAudioTranscription(String deploymentOrModelName, String fileName, AudioTranscriptionOptions audioTranscriptionOptions) 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.