| Name | Type | Description | Notes |
|---|---|---|---|
| imageContentType | string | File MIME type: supports `image/jpeg`, `image/jpg`, `image/png`, `video/mp4`. | [default to undefined] |
| base64Img | string | Base64 file content; max 20 MB. | [default to undefined] |
ImageJpeg(value:'image/jpeg')ImageJpg(value:'image/jpg')ImagePng(value:'image/png')VideoMp4(value:'video/mp4')