interface Image {
    Bytes?: Uint8Array<ArrayBufferLike>;
    S3Object?: S3Object;
}

Properties

Properties

Bytes?: Uint8Array<ArrayBufferLike>

Blob of image bytes up to 5 MBs.

S3Object?: S3Object

Identifies an S3 object as the image source.