Class ImageFileDelta
- 
                    
                    - All Implemented Interfaces:
 
 public final class ImageFileDelta
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classImageFileDelta.BuilderA builder for ImageFileDelta. public final classImageFileDelta.DetailSpecifies the detail level of the image if specified by the user. lowuses fewer tokens, you can opt in to high resolution usinghigh.
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Optional<ImageFileDelta.Detail>detail()Specifies the detail level of the image if specified by the user. final Optional<String>fileId()The File ID of the image in the message content. final JsonField<ImageFileDelta.Detail>_detail()Returns the raw JSON value of detail. final JsonField<String>_fileId()Returns the raw JSON value of fileId. final Map<String, JsonValue>_additionalProperties()final ImageFileDelta.BuildertoBuilder()final ImageFileDeltavalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageFileDelta.Builderbuilder()Returns a mutable builder for constructing an instance of ImageFileDelta. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        detailfinal Optional<ImageFileDelta.Detail> detail() Specifies the detail level of the image if specified by the user. lowuses fewer tokens, you can opt in to high resolution usinghigh.
 - 
                                        fileIdfinal Optional<String> fileId() The File ID of the image in the message content. Set purpose="vision"when uploading the File if you need to later display the file content.
 - 
                                        _detailfinal JsonField<ImageFileDelta.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. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ImageFileDelta.Builder toBuilder() 
 - 
                                        validatefinal ImageFileDelta validate() 
 - 
                                        builderfinal static ImageFileDelta.Builder builder() Returns a mutable builder for constructing an instance of ImageFileDelta. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-