VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.FormRecognition Namespace / FormField Class / Confidence Property
Синтаксис Требования Смотрите также
В этом разделе
    Confidence Свойство (FormField)
    В этом разделе
    Возвращает достоверность результата распознавания.
    Синтаксис
    '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%).
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также