InputImage
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
Contents
- format
-
The format of the input image. Supported formats include png, gif, jpeg, and webp.
Type: String
Valid Values:
png | jpeg | gif | webpRequired: Yes
- inlineContent
-
The base64-encoded image data for inline image content. Maximum size is 5MB.
Type: Base64-encoded binary data object
Length Constraints: Minimum length of 1. Maximum length of 5242880.
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: