Class ChatCompletionContentPartImage.ImageUrl.Builder
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionContentPartImage.ImageUrl.BuilderA builder for ImageUrl. 
- 
                
                    
                    - 
                                
                            
                                Method Summary- 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        urlfinal ChatCompletionContentPartImage.ImageUrl.Builder url(String url) Either a URL of the image or the base64 encoded image data. 
 - 
                                        urlfinal ChatCompletionContentPartImage.ImageUrl.Builder url(JsonField<String> url) Sets Builder.url to an arbitrary JSON value. You should usually call Builder.url with a well-typed String value instead. This method is primarily for setting the field to an undocumented or not yet supported value. 
 - 
                                        detailfinal ChatCompletionContentPartImage.ImageUrl.Builder detail(ChatCompletionContentPartImage.ImageUrl.Detail detail) Specifies the detail level of the image. Learn more in the Vision guide. 
 - 
                                        detailfinal ChatCompletionContentPartImage.ImageUrl.Builder detail(JsonField<ChatCompletionContentPartImage.ImageUrl.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. 
 - 
                                        additionalPropertiesfinal ChatCompletionContentPartImage.ImageUrl.Builder additionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        putAdditionalPropertyfinal ChatCompletionContentPartImage.ImageUrl.Builder putAdditionalProperty(String key, JsonValue value) 
 - 
                                        putAllAdditionalPropertiesfinal ChatCompletionContentPartImage.ImageUrl.Builder putAllAdditionalProperties(Map<String, JsonValue> additionalProperties) 
 - 
                                        removeAdditionalPropertyfinal ChatCompletionContentPartImage.ImageUrl.Builder removeAdditionalProperty(String key) 
 - 
                                        removeAllAdditionalPropertiesfinal ChatCompletionContentPartImage.ImageUrl.Builder removeAllAdditionalProperties(Set<String> keys) 
 - 
                                        buildfinal ChatCompletionContentPartImage.ImageUrl build() Returns an immutable instance of ImageUrl. Further updates to this Builder will not mutate the returned instance. The following fields are required: .url()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-