VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging.Ocr Namespace / OcrEngineManager Class / GetSupportedLanguages(OcrEngineType) Method
Syntax Requirements SeeAlso
In This Topic
    GetSupportedLanguages(OcrEngineType) Method (OcrEngineManager)
    In This Topic
    Returns an array of languages, which can be recognized by specified OCR engine type.
    Syntax
    'Declaration
    
    Public Function GetSupportedLanguages( _
    ByVal engineType
    The type of OCR engine.
    As OcrEngineType _
    ) As OcrLanguage[]
    public OcrLanguage[] GetSupportedLanguages(
    OcrEngineType engineType
    )
    public: OcrLanguage[] GetSupportedLanguages(
    OcrEngineType engineType
    )
    public:
    OcrLanguage[] GetSupportedLanguages(
    OcrEngineType engineType
    )

    Parameters

    engineType
    The type of OCR engine.

    Return Value

    An array of languages, which can be recognized by specified OCR engine type.
    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