| Visual Basic (Declaration) | |
|---|---|
Public Property MinimumCharacterConfidence As Integer | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public int MinimumCharacterConfidence {get; set;} | |
| Exception | Description |
|---|---|
| ArgumentOutOfRangeException | Thrown when setting the property to a value less than 0 or greater than 100. |
The default value is 50.
Valid range: 0 to 100
Empirically adjust this value as needed to obtain the desired level of accuracy.
If the reader's confidence in a CharacterResult is less than this value, the RejectionCharacter will be reported as the CharacterResult's Text and the Confidence will be set to 0.
