Class DetectedLandmark (2.13.2)

DetectedLandmark(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A generic detected landmark represented by name in string format and a 2D location.

Attributes

NameDescription
name str
The name of this landmark, for example, left_hand, right_shoulder.
point google.cloud.videointelligence_v1.types.NormalizedVertex
The 2D point of the detected landmark using the normalized image coordindate system. The normalized coordinates have the range from 0 to 1.
confidence float
The confidence score of the detected landmark. Range [0, 1].