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