Package com.openai.services.async
        Interface ModerationServiceAsync
- 
                    
                    - All Implemented Interfaces:
 
 public interface ModerationServiceAsync
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public interfaceModerationServiceAsync.WithRawResponseA view of ModerationServiceAsync that provides access to raw HTTP responses for each method. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description abstract ModerationServiceAsync.WithRawResponsewithRawResponse()Returns a view of this service that provides access to raw HTTP responses for each method. abstract ModerationServiceAsyncwithOptions(Consumer<ClientOptions.Builder> modifier)Returns a view of this service with the given option modifications applied. CompletableFuture<ModerationCreateResponse>create(ModerationCreateParams params)Classifies if text and/or image inputs are potentially harmful. abstract CompletableFuture<ModerationCreateResponse>create(ModerationCreateParams params, RequestOptions requestOptions)- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        withRawResponseabstract ModerationServiceAsync.WithRawResponse withRawResponse() Returns a view of this service that provides access to raw HTTP responses for each method. 
 - 
                                        withOptionsabstract ModerationServiceAsync withOptions(Consumer<ClientOptions.Builder> modifier) Returns a view of this service with the given option modifications applied. The original service is not modified. 
 - 
                                        createCompletableFuture<ModerationCreateResponse> create(ModerationCreateParams params) Classifies if text and/or image inputs are potentially harmful. Learn more in the moderation guide. 
 - 
                                        createabstract CompletableFuture<ModerationCreateResponse> create(ModerationCreateParams params, RequestOptions requestOptions) 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-