Interface protos.google.cloud.documentai.v1beta2.IBoundingPoly (3.0.2)

Properties of a BoundingPoly.

Package

@google-cloud/documentai!

Properties

normalizedVertices

normalizedVertices?: (google.cloud.documentai.v1beta2.INormalizedVertex[]|null);

BoundingPoly normalizedVertices

Property Value
TypeDescription
(google.cloud.documentai.v1beta2.INormalizedVertex[]|null)

vertices

vertices?: (google.cloud.documentai.v1beta2.IVertex[]|null);

BoundingPoly vertices

Property Value
TypeDescription
(google.cloud.documentai.v1beta2.IVertex[]|null)