class Block_BlockType

Type of a block (text, image etc) as identified by OCR.

Protobuf enum Google\Cloud\Vision\V1\Block\BlockType

Constants

UNKNOWN

Unknown block type.

Generated from protobuf enum UNKNOWN = 0;

TEXT

Regular text block.

Generated from protobuf enum TEXT = 1;

TABLE

Table block.

Generated from protobuf enum TABLE = 2;

PICTURE

Image block.

Generated from protobuf enum PICTURE = 3;

RULER

Horizontal/vertical line box.

Generated from protobuf enum RULER = 4;

BARCODE

Barcode block.

Generated from protobuf enum BARCODE = 5;