Class Moderation
- 
                    
                    - All Implemented Interfaces:
 
 public final class Moderation
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classModeration.BuilderA builder for Moderation. public final classModeration.CategoriesA list of the categories, and whether they are flagged or not. public final classModeration.CategoryAppliedInputTypesA list of the categories along with the input type(s) that the score applies to. public final classModeration.CategoryScoresA list of the categories along with their scores as predicted by model. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Moderation.Categoriescategories()A list of the categories, and whether they are flagged or not. final Moderation.CategoryAppliedInputTypescategoryAppliedInputTypes()A list of the categories along with the input type(s) that the score applies to. final Moderation.CategoryScorescategoryScores()A list of the categories along with their scores as predicted by model. final Booleanflagged()Whether any of the below categories are flagged. final JsonField<Moderation.Categories>_categories()Returns the raw JSON value of categories. final JsonField<Moderation.CategoryAppliedInputTypes>_categoryAppliedInputTypes()Returns the raw JSON value of categoryAppliedInputTypes. final JsonField<Moderation.CategoryScores>_categoryScores()Returns the raw JSON value of categoryScores. final JsonField<Boolean>_flagged()Returns the raw JSON value of flagged. final Map<String, JsonValue>_additionalProperties()final Moderation.BuildertoBuilder()final Moderationvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static Moderation.Builderbuilder()Returns a mutable builder for constructing an instance of Moderation. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        categoriesfinal Moderation.Categories categories() A list of the categories, and whether they are flagged or not. 
 - 
                                        categoryAppliedInputTypesfinal Moderation.CategoryAppliedInputTypes categoryAppliedInputTypes() A list of the categories along with the input type(s) that the score applies to. 
 - 
                                        categoryScoresfinal Moderation.CategoryScores categoryScores() A list of the categories along with their scores as predicted by model. 
 - 
                                        _categoriesfinal JsonField<Moderation.Categories> _categories() Returns the raw JSON value of categories. Unlike categories, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _categoryAppliedInputTypesfinal JsonField<Moderation.CategoryAppliedInputTypes> _categoryAppliedInputTypes() Returns the raw JSON value of categoryAppliedInputTypes. Unlike categoryAppliedInputTypes, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _categoryScoresfinal JsonField<Moderation.CategoryScores> _categoryScores() Returns the raw JSON value of categoryScores. Unlike categoryScores, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _flaggedfinal JsonField<Boolean> _flagged() Returns the raw JSON value of flagged. Unlike flagged, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal Moderation.Builder toBuilder() 
 - 
                                        validatefinal Moderation validate() 
 - 
                                        builderfinal static Moderation.Builder builder() Returns a mutable builder for constructing an instance of Moderation. The following fields are required: .categories() .categoryAppliedInputTypes() .categoryScores() .flagged()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-