Options
All
  • Public
  • Public/Protected
  • All
Menu

Point in a 2D-Cartesian coordinate system with origin at the top-left corner of the page

Hierarchy

  • AnnotationsPoint

Index

Properties

Properties

Optional confidence

confidence: undefined | number

The confidence score for the primitive. It should be between 0 and 1.

min

0

max

1

x

x: number

The abscissa of the point in a coordinate system with origin at the top-left corner of the page. Normalized in (0,1).

min

0

max

1

y

y: number

The ordinate of the point in a coordinate system with origin at the top-left corner of the page. Normalized in (0,1).

min

0

max

1