Package com.openai.services.async
Class ImageServiceAsyncImpl.WithRawResponseImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.ImageServiceAsync.WithRawResponse
public final class ImageServiceAsyncImpl.WithRawResponseImpl implements ImageServiceAsync.WithRawResponse
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<HttpResponseFor<ImagesResponse>>
createVariation(ImageCreateVariationParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /images/variations
, but is otherwise the same as ImageServiceAsync.createVariation.CompletableFuture<HttpResponseFor<ImagesResponse>>
edit(ImageEditParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /images/edits
, but is otherwise the same as ImageServiceAsync.edit.CompletableFuture<HttpResponseFor<ImagesResponse>>
generate(ImageGenerateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for post /images/generations
, but is otherwise the same as ImageServiceAsync.generate.-
-
Method Detail
-
createVariation
CompletableFuture<HttpResponseFor<ImagesResponse>> createVariation(ImageCreateVariationParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /images/variations
, but is otherwise the same as ImageServiceAsync.createVariation.
-
edit
CompletableFuture<HttpResponseFor<ImagesResponse>> edit(ImageEditParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /images/edits
, but is otherwise the same as ImageServiceAsync.edit.
-
generate
CompletableFuture<HttpResponseFor<ImagesResponse>> generate(ImageGenerateParams params, RequestOptions requestOptions)
Returns a raw HTTP response for
post /images/generations
, but is otherwise the same as ImageServiceAsync.generate.
-
-
-
-