Class ImageFileDelta.Builder
- 
                    
                    
- All Implemented Interfaces:
 
public final class ImageFileDelta.BuilderA builder for ImageFileDelta.
 
- 
                
                    
                    
- 
                                
                            
                                
Method Summary
- 
                    
                    
                    
- 
                                
                            
                                
Method Detail
- 
                                        
detail
final 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. 
- 
                                        
detail
final 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.
 
- 
                                        
fileId
final 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. 
- 
                                        
fileId
final 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.
 
- 
                                        
additionalProperties
final ImageFileDelta.Builder additionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
putAdditionalProperty
final ImageFileDelta.Builder putAdditionalProperty(String key, JsonValue value)
 
- 
                                        
putAllAdditionalProperties
final ImageFileDelta.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties)
 
- 
                                        
removeAdditionalProperty
final ImageFileDelta.Builder removeAdditionalProperty(String key)
 
- 
                                        
removeAllAdditionalProperties
final ImageFileDelta.Builder removeAllAdditionalProperties(Set<String> keys)
 
- 
                                        
build
final ImageFileDelta build()
Returns an immutable instance of ImageFileDelta.
Further updates to this Builder will not mutate the returned instance.
 
 - 
                                        
 
 - 
                                
                            
                                
 
 - 
                    
                    
                    
 
 -