nit: format the documentation of LandmarksDetectionResult.
PiperOrigin-RevId: 528848566
This commit is contained in:
parent
421c9e8e97
commit
9ce16fddeb
|
@ -39,8 +39,10 @@ _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.
|
||||||
|
categories: A list of `Category` objects.
|
||||||
|
world_landmarks: A list of `Landmark` objects.
|
||||||
rect: A `NormalizedRect` object.
|
rect: A `NormalizedRect` object.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user