'Declaration <DefaultValueAttribute(30)> <DescriptionAttribute("The minimum confidence of text line in OCR result. Possible values are from 0 to 100.")> Public Property LineMinConfidence As Single
[DefaultValue(30)] [Description("The minimum confidence of text line in OCR result. Possible values are from 0 to 100.")] public float LineMinConfidence { get; set; }
[DefaultValue(30)] [Description("The minimum confidence of text line in OCR result. Possible values are from 0 to 100.")] public: __property float get_LineMinConfidence(); public: __property void set_LineMinConfidence(
float value
);
[DefaultValue(30)] [Description("The minimum confidence of text line in OCR result. Possible values are from 0 to 100.")] public:
property float LineMinConfidence { float get(); void set(float value); }
Property Value
Возможные значения от 0 до 100. Значение по умолчанию - 30.