Package com.openai.services.async.audio
Interface TranslationServiceAsync.WithRawResponse
-
- All Implemented Interfaces:
public interface TranslationServiceAsync.WithRawResponse
A view of TranslationServiceAsync that provides access to raw HTTP responses for each method.
-
-
Method Summary
Modifier and Type Method Description abstract CompletableFuture<HttpResponseFor<AudioTranslationCreateResponse>>
create(AudioTranslationCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /audio/translations
, but is otherwise the same as TranslationServiceAsync.create.abstract CompletableFuture<HttpResponseFor<AudioTranslationCreateResponse>>
create(AudioTranslationCreateParams params)
Returns a raw HTTP response for post /audio/translations
, but is otherwise the same as TranslationServiceAsync.create.-
-
Method Detail
-
create
abstract CompletableFuture<HttpResponseFor<AudioTranslationCreateResponse>> create(AudioTranslationCreateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /audio/translations
, but is otherwise the same as TranslationServiceAsync.create.
-
create
abstract CompletableFuture<HttpResponseFor<AudioTranslationCreateResponse>> create(AudioTranslationCreateParams params)
Returns a raw HTTP response for
post /audio/translations
, but is otherwise the same as TranslationServiceAsync.create.
-
-
-
-