Class BoundingPoly (0.5.1)

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

A bounding polygon for the detected image annotation. .. attribute:: vertices

The bounding polygon vertices.

:type: Sequence[google.cloud.documentai_v1.types.Vertex]

Attribute

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

Inheritance

builtins.object > proto.message.Message > BoundingPoly