Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 812 Bytes

CustomWordPositionOccurenceResponse.md

File metadata and controls

17 lines (12 loc) · 812 Bytes

EzmaxApi::Object::CustomWordPositionOccurenceResponse

Load the model package

use EzmaxApi::Object::CustomWordPositionOccurenceResponse;

Properties

Name Type Description Notes
i_page int The page where the word occurence was found [optional]
i_x int The X coordinate (Horizontal) where the Word occurence was found. Coordinate is calculated at 100dpi (dot per inch). [optional]
i_y int The Y coordinate (Vertical) where the Word occurence was found. Coordinate is calculated at 100dpi (dot per inch). [optional]

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