Represents image DTO.
| Name | Type | Description | Notes |
|---|---|---|---|
| links | Array<Link> | Link to the document. | [optional] |
| width | Integer | Gets width of the image. | |
| height | Integer | Gets height of the image. | |
| id | String | Gets ID of the image. | [optional] |
| rectangle | Rectangle | Gets rectangle of the image. | [optional] |
| page_number | Integer | Gets page number. |