nit: format the documentation of LandmarksDetectionResult.
PiperOrigin-RevId: 528848566
This commit is contained in:
parent
421c9e8e97
commit
9ce16fddeb
|
@ -39,9 +39,11 @@ _Landmark = landmark_module.Landmark
|
|||
class LandmarksDetectionResult:
|
||||
"""Represents the landmarks detection result.
|
||||
|
||||
Attributes: landmarks : A list of `NormalizedLandmark` objects. categories : A
|
||||
list of `Category` objects. world_landmarks : A list of `Landmark` objects.
|
||||
rect : A `NormalizedRect` object.
|
||||
Attributes:
|
||||
landmarks: A list of `NormalizedLandmark` objects.
|
||||
categories: A list of `Category` objects.
|
||||
world_landmarks: A list of `Landmark` objects.
|
||||
rect: A `NormalizedRect` object.
|
||||
"""
|
||||
|
||||
landmarks: Optional[List[_NormalizedLandmark]]
|
||||
|
|
Loading…
Reference in New Issue
Block a user