Package version:

Interface LandmarkCoordinateOutput

Landmark coordinates within an image.

interface LandmarkCoordinateOutput {
    x: number;
    y: number;
}

Properties

x y

Properties

x: number

The horizontal component, in pixels.

y: number

The vertical component, in pixels.