TextBlockResult
The text block result represents all the recognition results of text found within the specified zone. (See Reader.Area)
The supported methods and properties are described below.
| Method | Description |
| TextBlockResult.DeleteTextLine | Deletes the TextLineresult at the specified index in the TextBlockResult. |
| TextBlockResult.TextLine | Gets the TextLineResult at the specified index in the TextBlockResult. |
| Property | Description |
| TextBlockResult.Area | Gets the bounding box of the TextBlockResult on the image. |
| TextBlockResult.Confidence | Gets the confidence value for the text block result. |
| TextBlockResult.NumberTextLines | Gets the number of text lines in the text block result. |
| TextBlockResult.Text | Gets the string which contains the sequence of characters in the text block result. |
