mp.tasks.vision.FaceLandmarkerResult
Stay organized with collections
Save and categorize content based on your preferences.
The face landmarks detection result from FaceLandmarker, where each vector element represents a single face detected in the image.
mp.tasks.vision.FaceLandmarkerResult(
face_landmarks: List[List[landmark_module.NormalizedLandmark]],
face_blendshapes: List[List[category_module.Category]],
facial_transformation_matrixes: List[np.ndarray]
)
Attributes |
face_landmarks
|
Detected face landmarks in normalized image coordinates.
|
face_blendshapes
|
Optional face blendshapes results.
|
facial_transformation_matrixes
|
Optional facial transformation matrix.
|
Methods
__eq__
__eq__(
other
)
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 2026-05-28 UTC.
[null,null,["Last updated 2026-05-28 UTC."],[],[]]