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

Properties of a Paragraph.

Package

@google-cloud/vision!

Properties

boundingBox

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

Paragraph boundingBox

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

confidence

confidence?: (number|null);

Paragraph confidence

Property Value
TypeDescription
(number|null)

property

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

Paragraph property

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

words

words?: (google.cloud.vision.v1p2beta1.IWord[]|null);

Paragraph words

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