Interface protos.google.cloud.vision.v1p3beta1.IPosition (2.3.8)

Properties of a Position.

Package

@google-cloud/vision!

Properties

x

x?: (number|null);

Position x

Property Value
TypeDescription
(number|null)

y

y?: (number|null);

Position y

Property Value
TypeDescription
(number|null)

z

z?: (number|null);

Position z

Property Value
TypeDescription
(number|null)