'Declaration <DefaultValueAttribute(95)> <DescriptionAttribute("Minimum value of confidence, in percents.")> Public Property MinConfidence As Integer
[DefaultValue(95)] [Description("Minimum value of confidence, in percents.")] public int MinConfidence { get; set; }
[DefaultValue(95)] [Description("Minimum value of confidence, in percents.")] public: __property int get_MinConfidence(); public: __property void set_MinConfidence(
int value
);
[DefaultValue(95)] [Description("Minimum value of confidence, in percents.")] public:
property int MinConfidence { int get(); void set(int value); }
Property Value
Значение по умолчанию - 95.