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
.
blocks: VisionDocumentTextBlock[];