QualityAssessmentForOcrBlock class
Note: This is a technology preview feature. The functionality will be improved and completed in future versions.
The block for the quality assessment for OCR.
final class IImageCaptureServcice.QualityAssessmentForOcrBlock {
public final QualityAssessmentForOcrBlockType Type;
public final int Quality;
public final Rect Rect;
}
Properties
Name | Type | Description |
---|---|---|
Quality | int | Value from 0 to 100 that indicates suitability of the text for OCR. |
Rect | Rect | Block rectangle. |
Type | QualityAssessmentForOcrBlockType | Type of the quality assessment block. |
02.03.2022 12:59:15