Class ImageFileDelta.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ImageFileDelta.BuilderA builder for ImageFileDelta. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        detailfinal ImageFileDelta.Builder detail(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.
 - 
                                        detailfinal ImageFileDelta.Builder detail(JsonField<ImageFileDelta.Detail> detail) Sets Builder.detail to an arbitrary JSON value. You should usually call Builder.detail with a well-typed Detail value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        fileIdfinal ImageFileDelta.Builder fileId(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.
 - 
                                        fileIdfinal ImageFileDelta.Builder fileId(JsonField<String> fileId) Sets Builder.fileId to an arbitrary JSON value. You should usually call Builder.fileId with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ImageFileDelta.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ImageFileDelta.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ImageFileDelta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ImageFileDelta.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ImageFileDelta.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ImageFileDelta build() Returns an immutable instance of ImageFileDelta. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-