'Declaration <DescriptionAttribute("The confidence of the recognition result from 0.0 (0%) to 1.0 (100%).")> Public MustOverride ReadOnly Property Confidence As Single
[Description("The confidence of the recognition result from 0.0 (0%) to 1.0 (100%).")] public abstract float Confidence { get; }
[Description("The confidence of the recognition result from 0.0 (0%) to 1.0 (100%).")] public: __property abstract float get_Confidence();
[Description("The confidence of the recognition result from 0.0 (0%) to 1.0 (100%).")] public:
abstract property float Confidence { float get(); }
Property Value
Возможные значения от 0,0 (0%) до 1,0 (100%).