Class ImageFileDelta
-
- All Implemented Interfaces:
public final class ImageFileDelta
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImageFileDelta.BuilderA builder for ImageFileDelta.
public final classImageFileDelta.DetailSpecifies the detail level of the image if specified by the user.
lowuses fewer tokens, you can opt in to high resolution usinghigh.
-
Method Summary
Modifier and Type Method Description final Optional<ImageFileDelta.Detail>detail()Specifies the detail level of the image if specified by the user. final Optional<String>fileId()The File ID of the image in the message content. final JsonField<ImageFileDelta.Detail>_detail()Specifies the detail level of the image if specified by the user. final JsonField<String>_fileId()The File ID of the image in the message content. final Map<String, JsonValue>_additionalProperties()final ImageFileDeltavalidate()final ImageFileDelta.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageFileDelta.Builderbuilder()Returns a mutable builder for constructing an instance of ImageFileDelta. -
-
Method Detail
-
detail
final Optional<ImageFileDelta.Detail> detail()
Specifies the detail level of the image if specified by the user.
lowuses fewer tokens, you can opt in to high resolution usinghigh.
-
fileId
final Optional<String> fileId()
The File ID of the image in the message content. Set
purpose="vision"when uploading the File if you need to later display the file content.
-
_detail
final JsonField<ImageFileDelta.Detail> _detail()
Specifies the detail level of the image if specified by the user.
lowuses fewer tokens, you can opt in to high resolution usinghigh.
-
_fileId
final JsonField<String> _fileId()
The File ID of the image in the message content. Set
purpose="vision"when uploading the File if you need to later display the file content.
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ImageFileDelta validate()
-
toBuilder
final ImageFileDelta.Builder toBuilder()
-
builder
final static ImageFileDelta.Builder builder()
Returns a mutable builder for constructing an instance of ImageFileDelta.
-
-
-
-