blockType property

  1. @JsonKey(unknownEnumValue: BlockType.UNKNOWN)
BlockType blockType
final

Detected block type (text, image etc) for this block.

Implementation

@JsonKey(unknownEnumValue: BlockType.UNKNOWN)
final BlockType blockType;