Leadtools.Services.Forms.DataContracts Namespace > RecognizeResponse Class : EngineType Property |
[DataMemberAttribute(Name="EngineType", IsRequired=true)] public OcrEngineType EngineType {get;}
'Declaration <DataMemberAttribute(Name="EngineType", IsRequired=True)> Public ReadOnly Property EngineType As OcrEngineType
'Usage Dim instance As RecognizeResponse Dim value As OcrEngineType value = instance.EngineType
[DataMemberAttribute(Name="EngineType", IsRequired=true)] public: property OcrEngineType EngineType { OcrEngineType get(); }