Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 681 Bytes

File metadata and controls

16 lines (12 loc) · 681 Bytes

Image

Represents image DTO.

Properties

Name Type Description Notes
links list[Link] Link to the document. [optional]
width int Gets width of the image.
height int Gets height of the image.
id str Gets ID of the image. [optional]
rectangle Rectangle Gets rectangle of the image. [optional]
page_number int Gets page number.

[Back to Model list] [Back to API list] [Back to README]