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