blocks property

List<GoogleCloudDocumentaiV1DocumentPageBlock>? blocks
getter/setter pair

A list of visually detected text blocks on the page.

A block has a set of lines (collected into paragraphs) that have a common line-spacing and orientation.

Implementation

core.List<GoogleCloudDocumentaiV1DocumentPageBlock>? blocks;