Class ChatCompletionContentPartImage.ImageUrl
- 
                    
                    - All Implemented Interfaces:
 
 public final class ChatCompletionContentPartImage.ImageUrl
- 
                
                    
                    - 
                                
                            
                                Nested Class SummaryNested Classes Modifier and Type Class Description public final classChatCompletionContentPartImage.ImageUrl.BuilderA builder for ImageUrl. public final classChatCompletionContentPartImage.ImageUrl.DetailSpecifies the detail level of the image. Learn more in the Vision guide. 
 - 
                                
                            
                                Method SummaryModifier and Type Method Description final Stringurl()Either a URL of the image or the base64 encoded image data. final Optional<ChatCompletionContentPartImage.ImageUrl.Detail>detail()Specifies the detail level of the image. final JsonField<String>_url()Returns the raw JSON value of url. final JsonField<ChatCompletionContentPartImage.ImageUrl.Detail>_detail()Returns the raw JSON value of detail. final Map<String, JsonValue>_additionalProperties()final ChatCompletionContentPartImage.ImageUrl.BuildertoBuilder()final ChatCompletionContentPartImage.ImageUrlvalidate()final BooleanisValid()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ChatCompletionContentPartImage.ImageUrl.Builderbuilder()Returns a mutable builder for constructing an instance of ImageUrl. - 
                    
                    
                    - 
                                
                            
                                Method Detail- 
                                        detailfinal Optional<ChatCompletionContentPartImage.ImageUrl.Detail> detail() Specifies the detail level of the image. Learn more in the Vision guide. 
 - 
                                        _urlfinal JsonField<String> _url() Returns the raw JSON value of url. Unlike url, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _detailfinal JsonField<ChatCompletionContentPartImage.ImageUrl.Detail> _detail() Returns the raw JSON value of detail. Unlike detail, this method doesn't throw if the JSON field has an unexpected type. 
 - 
                                        _additionalPropertiesfinal Map<String, JsonValue> _additionalProperties() 
 - 
                                        toBuilderfinal ChatCompletionContentPartImage.ImageUrl.Builder toBuilder() 
 - 
                                        validatefinal ChatCompletionContentPartImage.ImageUrl validate() 
 - 
                                        builderfinal static ChatCompletionContentPartImage.ImageUrl.Builder builder() Returns a mutable builder for constructing an instance of ImageUrl. The following fields are required: .url()
 
- 
                                        
 
- 
                                
                            
                                
 
- 
                    
                    
                    
 
-