Class OcrPageOrientationResult
Represents the result of page orientation detection.
Inheritance
System.Object
OcrPageOrientationResult
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class OcrPageOrientationResult : Object
Constructors
OcrPageOrientationResult()
Declaration
public OcrPageOrientationResult()
Properties
HighConfidence
Gets or sets a value indicating whether there is high confidence in the orientation result.
Declaration
public bool HighConfidence { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
PageNumber
Gets or sets the page number. (Starting from 0)
Declaration
public int PageNumber { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
RotationAngle
Gets or sets the corrective rotation angle in degrees.
Declaration
public int RotationAngle { get; }
Property Value
Type | Description |
---|---|
System.Int32 |