VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Tesseract Namespace / TesseractOcr Class / Language Property
Syntax Remarks Requirements SeeAlso
In This Topic
    Language Property (TesseractOcr)
    In This Topic
    Gets the recognition language.
    Syntax
    'Declaration
    
    <BrowsableAttribute(False)>
    Public ReadOnly Property Language As Vintasoft.Imaging.Ocr.OcrLanguage
    
    
    [Browsable(False)]
    public Vintasoft.Imaging.Ocr.OcrLanguage Language { get; }
    
    
    [Browsable(False)]
    public: __property Vintasoft.Imaging.Ocr.OcrLanguage get_Language();
    
    
    

    Property Value

    Default value is OcrLanguage.English.
    Remarks

    Value of this property is correct after execution of the Init(OcrEngineSettings) method.

    Requirements

    Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    See Also