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