landmarks property

Map<FaceLandmarkType, FaceLandmark?> landmarks
final

Gets the landmark based on the provided FaceLandmarkType.

Null if landmark was not detected.

Implementation

final Map<FaceLandmarkType, FaceLandmark?> landmarks;