Class ResponseInputImageContent.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ResponseInputImageContent.BuilderA builder for ResponseInputImageContent. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        typefinal ResponseInputImageContent.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. 
 - 
                                        detailfinal ResponseInputImageContent.Builder detail(ResponseInputImageContent.Detail detail) The detail level of the image to be sent to the model. One of high,low, orauto. Defaults toauto.
 - 
                                        detailfinal ResponseInputImageContent.Builder detail(Optional<ResponseInputImageContent.Detail> detail) Alias for calling Builder.detail with detail.orElse(null).
 - 
                                        detailfinal ResponseInputImageContent.Builder detail(JsonField<ResponseInputImageContent.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 ResponseInputImageContent.Builder fileId(String fileId) The ID of the file to be sent to the model. 
 - 
                                        fileIdfinal ResponseInputImageContent.Builder fileId(Optional<String> fileId) Alias for calling Builder.fileId with fileId.orElse(null).
 - 
                                        fileIdfinal ResponseInputImageContent.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 ResponseInputImageContent.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 ResponseInputImageContent.Builder imageUrl(Optional<String> imageUrl) Alias for calling Builder.imageUrl with imageUrl.orElse(null).
 - 
                                        imageUrlfinal ResponseInputImageContent.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 ResponseInputImageContent.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ResponseInputImageContent.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ResponseInputImageContent.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ResponseInputImageContent.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ResponseInputImageContent.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ResponseInputImageContent build() Returns an immutable instance of ResponseInputImageContent. Further updates to this Builder will not mutate the returned instance. 
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-