VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.FormsProcessing.FormRecognition.Ocr Namespace / OcrField Class / OcrResult Property
Синтаксис Требования Смотрите также
В этом разделе
    OcrResult Свойство (OcrField)
    В этом разделе
    Возвращает распознанную информацию OCR.
    Синтаксис
    'Declaration
    
    <TypeConverterAttribute(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)>
    <DescriptionAttribute("The recognized OCR information.")>
    Public ReadOnly Property OcrResult As Vintasoft.Imaging.Ocr.Results.OcrPage
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [Description("The recognized OCR information.")]
    public Vintasoft.Imaging.Ocr.Results.OcrPage OcrResult { get; }
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [Description("The recognized OCR information.")]
    public: __property Vintasoft.Imaging.Ocr.Results.OcrPage* get_OcrResult();
    
    
    
    [TypeConverter(Vintasoft.Imaging.TypeConverters.SimpleTypeConverter`1)]
    [Description("The recognized OCR information.")]
    public:
    property Vintasoft.Imaging.Ocr.Results.OcrPage^ OcrResult { Vintasoft.Imaging.Ocr.Results.OcrPage^ get(); }
    Требования

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

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