Coordinate Class

Coordinates within an image.

All required parameters must be populated in order to send to Azure.

Inheritance
Coordinate

Constructor

Coordinate(*, x: float, y: float, **kwargs)

Parameters

x
float
Required

Required. The horizontal component, in pixels.

y
float
Required

Required. The vertical component, in pixels.