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