Package com.openai.models
Class ImageFileContentBlock
-
- All Implemented Interfaces:
public final class ImageFileContentBlockReferences an image File in the content of a message.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classImageFileContentBlock.Builderpublic final classImageFileContentBlock.TypeAlways
image_file.
-
Method Summary
Modifier and Type Method Description final ImageFileimageFile()final ImageFileContentBlock.Typetype()Always image_file.final JsonField<ImageFile>_imageFile()final JsonField<ImageFileContentBlock.Type>_type()Always image_file.final Map<String, JsonValue>_additionalProperties()final ImageFileContentBlockvalidate()final ImageFileContentBlock.BuildertoBuilder()Booleanequals(Object other)IntegerhashCode()StringtoString()final static ImageFileContentBlock.Builderbuilder()-
-
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()
-
-
-
-