| Parameter | Type | Description | Example |
|---|---|---|---|
| object | The information about the image. | ||
| ImageWidth | long | The width of the image. Unit: pixels. | 500 |
| ImageHeight | long | The height of the image. Unit: pixels. | 820 |
| EXIF | string | The original EXIF information about the image. The EXIF information is stored in the serialized JSON format. For more information, see Query image information. | {"FileSize":{"value":"29304"},"Format":{"value":"jpg"}} |
| ImageScore | ImageScore | The image scoring information. | |
| CroppingSuggestions | array | The image cropping suggestions. This parameter is reserved and not available. | |
| CroppingSuggestions | CroppingSuggestion | The cropping suggestion. | |
| OCRContents | array | The results of optical character recognition (OCR). This parameter is reserved and not available. | |
| OCRContents | OCRContents | The OCR result. |