An enumeration that represents the status of whether the process of recognizing a Field was successful or not.
[SerializableAttribute()]
public enum FieldStatus
public:
[SerializableAttribute]
enum class FieldStatus sealed
class FieldStatus(Enum):
Failed = 0
Success = 1
Value | Member | Description |
---|---|---|
0 | Failed | Failed to process the Field object. |
1 | Success | The Field has been processed successfully. |
After the Recognize method is invoked on a filled-in form, all corresponding fields in ITemplateForm get aligned and processed. FieldStatus is used for reporting the status of processing individual fields.
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