Package com.openai.services.async.audio
Interface TranscriptionServiceAsync
-
- All Implemented Interfaces:
public interface TranscriptionServiceAsync
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public interface
TranscriptionServiceAsync.WithRawResponse
A view of TranscriptionServiceAsync that provides access to raw HTTP responses for each method.
-
Method Summary
Modifier and Type Method Description abstract TranscriptionServiceAsync.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. abstract CompletableFuture<AudioTranscriptionCreateResponse>
create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Transcribes audio into the input language. abstract CompletableFuture<AudioTranscriptionCreateResponse>
create(AudioTranscriptionCreateParams params)
Transcribes audio into the input language. -
-
Method Detail
-
withRawResponse
abstract TranscriptionServiceAsync.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
abstract CompletableFuture<AudioTranscriptionCreateResponse> create(AudioTranscriptionCreateParams params, RequestOptions requestOptions)
Transcribes audio into the input language.
-
create
abstract CompletableFuture<AudioTranscriptionCreateResponse> create(AudioTranscriptionCreateParams params)
Transcribes audio into the input language.
-
-
-
-