Jump to top

VisionDocumentText

interface

A hierarchical representation of document text recognized in an image.

Properties

blocks

</>

Gets an array VisionTextBlock, which is a block of text that can be further decomposed to an array of VisionDocumentTextParagraph.

text

</>

Retrieve the recognized text as a string.

text: string;