Package com.openai.services.async.audio
Class TranslationServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.audio.TranslationServiceAsync.WithRawResponse
public final class TranslationServiceAsyncImpl.WithRawResponseImpl implements TranslationServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description 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.-
-
Method Detail
-
create
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.
-
-
-
-