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

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

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