Class OrientationConfidence
Inheritance
System.Object
OrientationConfidence
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class OrientationConfidence : Object
Constructors
OrientationConfidence()
Declaration
public OrientationConfidence()
Properties
ActualConfidence
An array of the actual Teseract OSD confidences returned, one per page. If these values are lower than MinConfidence, then the page will not be rotated.
Declaration
public float[] ActualConfidence { get; }
Property Value
Type | Description |
---|---|
System.Single[] |
MinConfidence
A confidence threshold. If this criteria is not met, pages will not be rotated by OSD. MinConfidence of zero means OSD id full automatic and trusted.
Declaration
public float MinConfidence { get; set; }
Property Value
Type | Description |
---|---|
System.Single |