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 TranslationServiceAsync.WithRawResponse
withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied. CompletableFuture<HttpResponseFor<TranslationCreateResponse>>
create(TranslationCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withOptions
TranslationServiceAsync.WithRawResponse withOptions(Consumer<ClientOptions.Builder> modifier)
Returns a view of this service with the given option modifications applied.
The original service is not modified.
-
create
CompletableFuture<HttpResponseFor<TranslationCreateResponse>> create(TranslationCreateParams params, RequestOptions requestOptions)
-
-
-
-