OcrParametersConfidence - свойство
Threshold confidence coefficient, below which recognized text is considered unreliable.
Пространство имён: Tessa.TextRecognitionСборка: Tessa (в Tessa.dll) Версия: 4.0.4
[RangeAttribute(1, 100)]
public int Confidence { get; set; }
<RangeAttribute(1, 100)>
Public Property Confidence As Integer
Get
Set
public:
[RangeAttribute(1, 100)]
property int Confidence {
int get ();
void set (int value);
}
[<RangeAttribute(1, 100)>]
member Confidence : int with get, set
Значение свойства
Int32
Should be between 1 and 100.