OCRResult Class |
public class OCRResult
The OCRResult type exposes the following members.
| Name | Description | |
|---|---|---|
| boxes | The position of the text boxes,{ left, top, right,bottom }. | |
| cls_labels | Label for text direction classification. | |
| cls_scores | Confidence of text direction classification. | |
| font_size | text font size. | |
| rec_scores | Confidence of the text (greater than 0, less than 1). | |
| text | text. |