Package com.openai.services.async
Class ModerationServiceAsyncImpl
-
- All Implemented Interfaces:
-
com.openai.services.async.ModerationServiceAsync
public final class ModerationServiceAsyncImpl implements ModerationServiceAsync
-
-
Method Summary
Modifier and Type Method Description CompletableFuture<ModerationCreateResponse>
create(ModerationCreateParams params, RequestOptions requestOptions)
Classifies if text and/or image inputs are potentially harmful. -
-
Method Detail
-
create
CompletableFuture<ModerationCreateResponse> create(ModerationCreateParams params, RequestOptions requestOptions)
Classifies if text and/or image inputs are potentially harmful. Learn more in the moderation guide.
-
-
-
-