nit: format the documentation of LandmarksDetectionResult.

PiperOrigin-RevId: 528848566
This commit is contained in:
Yuqi Li 2023-05-02 11:54:23 -07:00 committed by Copybara-Service
parent 421c9e8e97
commit 9ce16fddeb

View File

@ -39,9 +39,11 @@ _Landmark = landmark_module.Landmark
class LandmarksDetectionResult: class LandmarksDetectionResult:
"""Represents the landmarks detection result. """Represents the landmarks detection result.
Attributes: landmarks : A list of `NormalizedLandmark` objects. categories : A Attributes:
list of `Category` objects. world_landmarks : A list of `Landmark` objects. landmarks: A list of `NormalizedLandmark` objects.
rect : A `NormalizedRect` object. categories: A list of `Category` objects.
world_landmarks: A list of `Landmark` objects.
rect: A `NormalizedRect` object.
""" """
landmarks: Optional[List[_NormalizedLandmark]] landmarks: Optional[List[_NormalizedLandmark]]