Class BoundingPoly (2.7.2)

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

A bounding polygon for the detected image annotation.

Attributes

NameDescription
vertices Sequence[google.cloud.vision_v1.types.Vertex]
The bounding polygon vertices.
normalized_vertices Sequence[google.cloud.vision_v1.types.NormalizedVertex]
The bounding polygon normalized vertices.

Inheritance

builtins.object > proto.message.Message > BoundingPoly