/AWS1/CL_BDZINPUTIMAGE¶
Contains the image data for multimodal knowledge base queries, including format and content.
This data type is used in the following API operations:
-
Retrieve request – in the
imagefield
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_format TYPE /AWS1/BDZINPUTIMAGEFORMAT /AWS1/BDZINPUTIMAGEFORMAT¶
The format of the input image. Supported formats include png, gif, jpeg, and webp.
iv_inlinecontent TYPE /AWS1/BDZBYTECONTENTBLOB /AWS1/BDZBYTECONTENTBLOB¶
The base64-encoded image data for inline image content. Maximum size is 5MB.
Queryable Attributes¶
format¶
The format of the input image. Supported formats include png, gif, jpeg, and webp.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FORMAT() |
Getter for FORMAT, with configurable default |
ASK_FORMAT() |
Getter for FORMAT w/ exceptions if field has no value |
HAS_FORMAT() |
Determine if FORMAT has a value |
inlineContent¶
The base64-encoded image data for inline image content. Maximum size is 5MB.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_INLINECONTENT() |
Getter for INLINECONTENT, with configurable default |
ASK_INLINECONTENT() |
Getter for INLINECONTENT w/ exceptions if field has no value |
HAS_INLINECONTENT() |
Determine if INLINECONTENT has a value |