Class OcrResult.Choice
Inheritance
System.Object
OcrResult.Choice
Namespace: IronOcr
Assembly: IronOcr.dll
Syntax
public class Choice : Object
Constructors
Choice()
Declaration
public Choice()
Fields
Confidence
Statistical Confidence as a percentage.
Declaration
public double Confidence
Field Value
Type | Description |
---|---|
System.Double |
Text
The text for this word choice.
Declaration
public string Text
Field Value
Type | Description |
---|---|
System.String |