Class ResponseInputImage
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseInputImageAn image input to the model. Learn about image inputs. 
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classResponseInputImage.BuilderA builder for ResponseInputImage. public final classResponseInputImage.DetailThe detail level of the image to be sent to the model. One of high,low, orauto. Defaults toauto.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final ResponseInputImage.Detaildetail()The detail level of the image to be sent to the model. final JsonValue_type()The type of the input item. final Optional<String>fileId()The ID of the file to be sent to the model. final Optional<String>imageUrl()The URL of the image to be sent to the model. final JsonField<ResponseInputImage.Detail>_detail()Returns the raw JSON value of detail. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final JsonField<String>_imageUrl()Returns the raw JSON value of imageUrl. final Map<String, JsonValue>_additionalProperties()final ResponseInputImage.BuildertoBuilder()final ResponseInputImagevalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ResponseInputImage.Builderbuilder()Returns a mutable builder for constructing an instance of ResponseInputImage. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        detailfinal ResponseInputImage.Detail detail() The detail level of the image to be sent to the model. One of high,low, orauto. Defaults toauto.
 - 
                                        _typefinal JsonValue _type() The type of the input item. Always input_image.Expected to always return the following: JsonValue.from("input_image")However, this method can be useful for debugging and logging (e.g. if the server responded with an unexpected value). 
 - 
                                        imageUrlfinal Optional<String> imageUrl() The URL of the image to be sent to the model. A fully qualified URL or base64 encoded image in a data URL. 
 - 
                                        _detailfinal JsonField<ResponseInputImage.Detail> _detail() Returns the raw JSON value of detail. Unlike detail, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _fileIdfinal JsonField<String> _fileId() Returns the raw JSON value of fileId. Unlike fileId, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _imageUrlfinal JsonField<String> _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 ResponseInputImage.Builder toBuilder() 
 - 
                                        validatefinal ResponseInputImage validate() 
 - 
                                        builderfinal static ResponseInputImage.Builder builder() Returns a mutable builder for constructing an instance of ResponseInputImage. The following fields are required: .detail()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-