Interface protos.google.cloud.vision.v1p2beta1.IBoundingPoly (2.3.8)

Properties of a BoundingPoly.

Package

@google-cloud/vision!

Properties

normalizedVertices

normalizedVertices?: (google.cloud.vision.v1p2beta1.INormalizedVertex[]|null);

BoundingPoly normalizedVertices

Property Value
TypeDescription
(google.cloud.vision.v1p2beta1.INormalizedVertex[]|null)

vertices

vertices?: (google.cloud.vision.v1p2beta1.IVertex[]|null);

BoundingPoly vertices

Property Value
TypeDescription
(google.cloud.vision.v1p2beta1.IVertex[]|null)