Package com.openai.models.moderations
        Class ModerationImageUrlInput
- 
                    
                    - All Implemented Interfaces:
 
 public final class ModerationImageUrlInputAn object describing an image to classify. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classModerationImageUrlInput.BuilderA builder for ModerationImageUrlInput. public final classModerationImageUrlInput.ImageUrlContains either an image URL or a data URL for a base64 encoded image. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ModerationImageUrlInput.ImageUrlimageUrl()Contains either an image URL or a data URL for a base64 encoded image. final JsonValue_type()Always image_url.final JsonField<ModerationImageUrlInput.ImageUrl>_imageUrl()Returns the raw JSON value of imageUrl. final Map<String, JsonValue>_additionalProperties()final ModerationImageUrlInput.BuildertoBuilder()final ModerationImageUrlInputvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ModerationImageUrlInput.Builderbuilder()Returns a mutable builder for constructing an instance of ModerationImageUrlInput. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        imageUrlfinal ModerationImageUrlInput.ImageUrl imageUrl() Contains either an image URL or a data URL for a base64 encoded image. 
 - 
                                        _typefinal JsonValue _type() Always image_url.Expected to always return the following: JsonValue.from("image_url")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        _imageUrlfinal JsonField<ModerationImageUrlInput.ImageUrl> _imageUrl() Returns the raw JSON value of imageUrl. Unlike imageUrl, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ModerationImageUrlInput.Builder toBuilder() 
 - 
                                        validatefinal ModerationImageUrlInput validate() 
 - 
                                        builderfinal static ModerationImageUrlInput.Builder builder() Returns a mutable builder for constructing an instance of ModerationImageUrlInput. The following fields are required: .imageUrl()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-