DLR_DictionaryCorrectionThreshold
Stores the dictionary correction threshold.
class Dynamsoft.DLR.DLR_DictionaryCorrectionThreshold
Attributes
Attribute | Type |
---|---|
MinWordLength |
int |
MaxWordLength |
int |
Threshold |
int |
MinWordLength
The minimum value of word length.
int MinWordLength
MaxWordLength
The maximum value of word length.
int MaxWordLength
Threshold
The threshold for the number of error correction characters.
int Threshold