'Declaration <DescriptionAttribute("The confidence, in percents, of the result.")> <ReadOnlyAttribute(True)> Public ReadOnly Property Confidence As Double
[Description("The confidence, in percents, of the result.")] [ReadOnly(True)] public double Confidence { get; }
[Description("The confidence, in percents, of the result.")] [ReadOnly(True)] public: __property double get_Confidence();
[Description("The confidence, in percents, of the result.")] [ReadOnly(True)] public:
property double Confidence { double get(); }
Property Value
Действительные значения: от 0,0 (0%) до 1,0 (100%).