Properties of a Block.
Package
@google-cloud/vision!Properties
blockType
blockType?: (google.cloud.vision.v1p1beta1.Block.BlockType|keyof typeof google.cloud.vision.v1p1beta1.Block.BlockType|null);Block blockType
| Type | Description |
| (google.cloud.vision.v1p1beta1.Block.BlockType|keyof typeof google.cloud.vision.v1p1beta1.Block.BlockType|null) |
boundingBox
boundingBox?: (google.cloud.vision.v1p1beta1.IBoundingPoly|null);Block boundingBox
| Type | Description |
| (google.cloud.vision.v1p1beta1.IBoundingPoly|null) |
confidence
confidence?: (number|null);Block confidence
| Type | Description |
| (number|null) |
paragraphs
paragraphs?: (google.cloud.vision.v1p1beta1.IParagraph[]|null);Block paragraphs
| Type | Description |
| (google.cloud.vision.v1p1beta1.IParagraph[]|null) |
property
property?: (google.cloud.vision.v1p1beta1.TextAnnotation.ITextProperty|null);Block property
| Type | Description |
| (google.cloud.vision.v1p1beta1.TextAnnotation.ITextProperty|null) |