MLKitFaceDetection Framework Reference
FaceContour
class FaceContour : NSObject
A contour on a human face detected in an image.
-
-
An array of 2D points that make up the facial contour.
Declaration
Swift
var points: [MLKVisionPoint] { get }
-
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-07-10 UTC.
[null,null,["Last updated 2024-07-10 UTC."],[[["`FaceContour` represents a detected contour on a human face within an image."],["It includes properties defining the contour's type (e.g., upper lip, lower lip) and an array of 2D points that form the contour's shape."],["Direct initialization of `FaceContour` is not allowed; it is typically obtained as part of face detection results."]]],[]]