Interface protos.google.cloud.vision.v1p4beta1.ISymbol (2.3.8)

Properties of a Symbol.

Package

@google-cloud/vision!

Properties

boundingBox

boundingBox?: (google.cloud.vision.v1p4beta1.IBoundingPoly|null);

Symbol boundingBox

Property Value
TypeDescription
(google.cloud.vision.v1p4beta1.IBoundingPoly|null)

confidence

confidence?: (number|null);

Symbol confidence

Property Value
TypeDescription
(number|null)

property

property?: (google.cloud.vision.v1p4beta1.TextAnnotation.ITextProperty|null);

Symbol property

Property Value
TypeDescription
(google.cloud.vision.v1p4beta1.TextAnnotation.ITextProperty|null)

text

text?: (string|null);

Symbol text

Property Value
TypeDescription
(string|null)