Package com.openai.models
Class ImageFileDeltaBlock
-
- All Implemented Interfaces:
public final class ImageFileDeltaBlock
References an image File in the content of a message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final class
ImageFileDeltaBlock.Builder
public final class
ImageFileDeltaBlock.Type
Always
image_file
.
-
Method Summary
Modifier and Type Method Description final Long
index()
The index of the content part in the message. final ImageFileDeltaBlock.Type
type()
Always image_file
.final Optional<ImageFileDelta>
imageFile()
final JsonField<Long>
_index()
The index of the content part in the message. final JsonField<ImageFileDeltaBlock.Type>
_type()
Always image_file
.final JsonField<ImageFileDelta>
_imageFile()
final Map<String, JsonValue>
_additionalProperties()
final ImageFileDeltaBlock
validate()
final ImageFileDeltaBlock.Builder
toBuilder()
Boolean
equals(Object other)
Integer
hashCode()
String
toString()
final static ImageFileDeltaBlock.Builder
builder()
-
-
Method Detail
-
type
final ImageFileDeltaBlock.Type type()
Always
image_file
.
-
imageFile
final Optional<ImageFileDelta> imageFile()
-
_type
final JsonField<ImageFileDeltaBlock.Type> _type()
Always
image_file
.
-
_imageFile
final JsonField<ImageFileDelta> _imageFile()
-
_additionalProperties
final Map<String, JsonValue> _additionalProperties()
-
validate
final ImageFileDeltaBlock validate()
-
toBuilder
final ImageFileDeltaBlock.Builder toBuilder()
-
builder
final static ImageFileDeltaBlock.Builder builder()
-
-
-
-