Package com.openai.models
Class ImageUrlDelta
-
- All Implemented Interfaces:
public final class ImageUrlDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImageUrlDelta.Builderpublic final classImageUrlDelta.Detail
-
Method Summary
Modifier and Type Method Description final Optional<ImageUrlDelta.Detail>detail()Specifies the detail level of the image. final Optional<String>url()The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp. final JsonField<ImageUrlDelta.Detail>_detail()Specifies the detail level of the image. final JsonField<String>_url()The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp. final Map<String, JsonValue>_additionalProperties()final ImageUrlDeltavalidate()final ImageUrlDelta.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageUrlDelta.Builderbuilder()-
-
Method Detail
-
detail
final Optional<ImageUrlDelta.Detail> detail()
Specifies the detail level of the image.
lowuses fewer tokens, you can opt in to high resolution usinghigh.
-
url
final Optional<String> url()
The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp.
-
_detail
final JsonField<ImageUrlDelta.Detail> _detail()
Specifies the detail level of the image.
lowuses fewer tokens, you can opt in to high resolution usinghigh.
-
_url
final JsonField<String> _url()
The URL of the image, must be a supported image types: jpeg, jpg, png, gif, webp.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ImageUrlDelta validate()
-
toBuilder
final ImageUrlDelta.Builder toBuilder()
-
builder
final static ImageUrlDelta.Builder builder()
-
-
-
-