Class Moderation.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class Moderation.BuilderA builder for Moderation. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        categoriesfinal Moderation.Builder categories(Moderation.Categories categories) A list of the categories, and whether they are flagged or not. 
 - 
                                        categoriesfinal Moderation.Builder categories(JsonField<Moderation.Categories> categories) Sets Builder.categories to an arbitrary JSON value. You should usually call Builder.categories with a well-typed Categories value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        categoryAppliedInputTypesfinal Moderation.Builder categoryAppliedInputTypes(Moderation.CategoryAppliedInputTypes categoryAppliedInputTypes) A list of the categories along with the input type(s) that the score applies to. 
 - 
                                        categoryAppliedInputTypesfinal Moderation.Builder categoryAppliedInputTypes(JsonField<Moderation.CategoryAppliedInputTypes> categoryAppliedInputTypes) Sets Builder.categoryAppliedInputTypes to an arbitrary JSON value. You should usually call Builder.categoryAppliedInputTypes with a well-typed CategoryAppliedInputTypes value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        categoryScoresfinal Moderation.Builder categoryScores(Moderation.CategoryScores categoryScores) A list of the categories along with their scores as predicted by model. 
 - 
                                        categoryScoresfinal Moderation.Builder categoryScores(JsonField<Moderation.CategoryScores> categoryScores) Sets Builder.categoryScores to an arbitrary JSON value. You should usually call Builder.categoryScores with a well-typed CategoryScores value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        flaggedfinal Moderation.Builder flagged(Boolean flagged) Whether any of the below categories are flagged. 
 - 
                                        flaggedfinal Moderation.Builder flagged(JsonField<Boolean> flagged) Sets Builder.flagged to an arbitrary JSON value. You should usually call Builder.flagged with a well-typed Boolean value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal Moderation.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal Moderation.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal Moderation.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal Moderation.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal Moderation.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal Moderation build() Returns an immutable instance of Moderation. Further updates to this Builder will not mutate the returned instance. The following fields are required: .categories() .categoryAppliedInputTypes() .categoryScores() .flagged()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-