The EngineType Property is available in LEADTOOLS Document and Medical Imaging toolkits.
(Read only) Gets the OCR engine type which is used to recognize the specified page.Visual Basic (Declaration) | |
---|---|
<DataMemberAttribute(Name="EngineType", IsRequired=True)> Public ReadOnly Property EngineType As OcrEngineType |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As RecognizeResponse Dim value As OcrEngineType value = instance.EngineType |
C# | |
---|---|
[DataMemberAttribute(Name="EngineType", IsRequired=true)] public OcrEngineType EngineType {get;} |
C++/CLI | |
---|---|
[DataMemberAttribute(Name="EngineType", IsRequired=true)] public: property OcrEngineType EngineType { OcrEngineType get(); } |
Property Value
A OcrEngineType value that contains the used OCR engine for recognition.Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7