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

Properties of a Block.

Package

@google-cloud/vision!

Properties

blockType

blockType?: (google.cloud.vision.v1p3beta1.Block.BlockType|keyof typeof google.cloud.vision.v1p3beta1.Block.BlockType|null);

Block blockType

Property Value
TypeDescription
(google.cloud.vision.v1p3beta1.Block.BlockType|keyof typeof google.cloud.vision.v1p3beta1.Block.BlockType|null)

boundingBox

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

Block boundingBox

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

confidence

confidence?: (number|null);

Block confidence

Property Value
TypeDescription
(number|null)

paragraphs

paragraphs?: (google.cloud.vision.v1p3beta1.IParagraph[]|null);

Block paragraphs

Property Value
TypeDescription
(google.cloud.vision.v1p3beta1.IParagraph[]|null)

property

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

Block property

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