blockType property

String? blockType
getter/setter pair

Detected block type (text, image etc) for this block. Possible string values are:

  • "UNKNOWN" : Unknown block type.
  • "TEXT" : Regular text block.
  • "TABLE" : Table block.
  • "PICTURE" : Image block.
  • "RULER" : Horizontal/vertical line box.
  • "BARCODE" : Barcode block.

Implementation

core.String? blockType;