Gets an object of type FieldResult that contains the processed field results.
[IgnoreDataMemberAttribute()]
public abstract FieldResult Result { get; }
public:
[IgnoreDataMemberAttribute]
virtual property FieldResult^ Result
{
FieldResult^ get() abstract;
}
Result get (Field)
Object of type FieldResult contains the processed field results. The default value is null.
Different fields have different result classes. LEADTOOLS OMR toolkit supports OmrField, OcrField, BarcodeField, and ImageField.
Each FieldResult object must be cast to the appropriate type to access its properties and values.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document