contours property

Map<FaceContourType, FaceContour?> contours
final

Gets the contour based on the provided FaceContourType.

Null if contour was not detected.

Implementation

final Map<FaceContourType, FaceContour?> contours;