API Reference
Class
OcrOrientationResult
Provider evidence for a corrective image rotation; consumers decide whether to apply it.
Inheritance
- Object
- OcrOrientationResult
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property OcrResult.Orientation
Constructors
public OcrOrientationResult() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public Int32 ClockwiseRotationDegrees { get; set; } #Clockwise correction to make text upright. Must be zero, 90, 180, or 270 degrees.
public Double Confidence { get; set; } #Provider-normalized evidence from zero through one. Calibration remains provider-specific.
public String Script { get; set; } #Optional script name reported by the provider; it does not establish a document language.