Class ResponseInputImage.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseInputImage.BuilderA builder for ResponseInputImage. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        detailfinal ResponseInputImage.Builder detail(ResponseInputImage.Detail detail) The detail level of the image to be sent to the model. One of high,low, orauto. Defaults toauto.
 - 
                                        detailfinal ResponseInputImage.Builder detail(JsonField<ResponseInputImage.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. 
 - 
                                        typefinal ResponseInputImage.Builder type(JsonValue type) Sets the field to an arbitrary JSON value. It is usually unnecessary to call this method because the field defaults to the following: JsonValue.from("input_image")This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        fileIdfinal ResponseInputImage.Builder fileId(String fileId) The ID of the file to be sent to the model. 
 - 
                                        fileIdfinal ResponseInputImage.Builder fileId(Optional<String> fileId) Alias for calling Builder.fileId with fileId.orElse(null).
 - 
                                        fileIdfinal ResponseInputImage.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. 
 - 
                                        imageUrlfinal ResponseInputImage.Builder imageUrl(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. 
 - 
                                        imageUrlfinal ResponseInputImage.Builder imageUrl(Optional<String> imageUrl) Alias for calling Builder.imageUrl with imageUrl.orElse(null).
 - 
                                        imageUrlfinal ResponseInputImage.Builder imageUrl(JsonField<String> imageUrl) Sets Builder.imageUrl to an arbitrary JSON value. You should usually call Builder.imageUrl with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        additionalPropertiesfinal ResponseInputImage.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseInputImage.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseInputImage.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseInputImage.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseInputImage.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseInputImage build() Returns an immutable instance of ResponseInputImage. Further updates to this Builder will not mutate the returned instance. The following fields are required: .detail()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-