C++ Java Unity
Unity Reference
RectangleIntData Struct Reference

This struct defines the 2D coordinates of a rectangle using integers. The struct is internally used for querying the region of interest for text tracking. More...

Public Attributes

int leftTopX
 
int leftTopY
 
int rightBottomX
 
int rightBottomY
 

Detailed Description

This struct defines the 2D coordinates of a rectangle using integers. The struct is internally used for querying the region of interest for text tracking.

Member Data Documentation

int leftTopX
int leftTopY
int rightBottomX
int rightBottomY