Package com.openai.services.blocking
Class ModerationServiceImpl
-
- All Implemented Interfaces:
-
com.openai.services.blocking.ModerationService
public final class ModerationServiceImpl implements ModerationService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ModerationServiceImpl.WithRawResponseImpl
-
Method Summary
Modifier and Type Method Description ModerationService.WithRawResponse
withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method. ModerationCreateResponse
create(ModerationCreateParams params, RequestOptions requestOptions)
-
-
Method Detail
-
withRawResponse
ModerationService.WithRawResponse withRawResponse()
Returns a view of this service that provides access to raw HTTP responses for each method.
-
create
ModerationCreateResponse create(ModerationCreateParams params, RequestOptions requestOptions)
-
-
-
-