TextBlockResult
The text block result represents all the recognition results of text found within the specified zone.
The supported methods and properties are described below.
| Method | Description |
| TextBlockResultDeleteTextLine | Deletes the TextLineResult at the specified index in the TextBlockResult. |
| TextBlockResultSelectTextLine | Selects the TextLineResult at the specified index in the TextBlockResult. |
| Property | Description |
| TextBlockResultAreaHeight | Gets the coordinate which represents the height of the area on the image for the text block result. This property works with the TextBlockResultAreaWidth, TextBlockResultAreaX and TextBlockResultAreaY to create the rectangular area on the image which the recognition engine uses to analyze and produce the text block result. |
| TextBlockResultAreaWidth | Gets the coordinate which represents the width of the area on the image for the text block result. This property works with the TextBlockResultAreaHeight, TextBlockResultAreaX and TextBlockResultAreaY to create the rectangular area on the image which the recognition engine uses to analyze and produce the text block result. |
| TextBlockResultAreaX | Gets the coordinate which represents the x (horizontal) position on the image for the text block result. This property works with the TextBlockResultAreaWidth, TextBlockResultAreaHeight and TextBlockResultAreaY to create the rectangular area on the image which the recognition engine uses to analyze and produce the text block result. |
| TextBlockResultAreaY | Gets the coordinate which represents the y (vertical) position on the image for the text block result. This property works with the TextLineResultAreaWidth, TextLineResultAreaX and TextLineResultAreaHeight to create the rectangular area on the image which the recognition engine uses to analyze and produce the text block result. |
| TextBlockResultConfidence | Gets the confidence value for the text block result. |
| TextBlockResultNumberTextLines | Gets the number of text lines in the text block result. |
| TextBlockResultText | Gets the string which contains the sequence characters in the text block result. |
