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