Interface: Point
Defined in: packages/react-native-executorch/src/types/ocr.ts:27
Point represents a coordinate in 2D space.
Properties
x
x:
number
Defined in: packages/react-native-executorch/src/types/ocr.ts:28
The x-coordinate of the point.
y
y:
number
Defined in: packages/react-native-executorch/src/types/ocr.ts:29
The y-coordinate of the point.