Class OcrLicensePlateResult
Result from
Give an access to: Text, Confidence, and Licenseplate.
Inheritance
System.Object
OcrLicensePlateResult
Implements
IronSoftware.IOcrResult
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class OcrLicensePlateResult : Object, IOcrResult
Properties
Confidence
OCR statistical accuracy confidence as an average of every character.
1 = 100%, 0 = 0%.
Declaration
public double Confidence { get; }
Property Value
Type | Description |
---|---|
System.Double |
Licenseplate
License plate location on the OcrInput.
Declaration
public Rectangle Licenseplate { get; }
Property Value
Type | Description |
---|---|
IronSoftware.Drawing.Rectangle |
Text
Ocr text on license plate from OcrInput.
Declaration
public string Text { get; }
Property Value
Type | Description |
---|---|
System.String |
Implements
IronSoftware.IOcrResult