TypeScript SDK Reference / NormalizedLandmark
Interface: NormalizedLandmark
The normalized coordinates of a landmark point of the face. Coordinates are normalized to the range [0, 1] relative to the video frame, with Z representing depth (positive values indicate points closer to the camera).
Properties
x
x:
number
The X coordinate (0-1, left to right).
y
y:
number
The Y coordinate (0-1, top to bottom).
z
z:
number
The Z coordinate (depth, positive = closer to camera).