typedef struct OMRFIELD
{
L_UINT uStructSize;
RECT rcFilledBound;
RECT rcUnfilledBound;
L_BOOL bIsFilled;
L_UINT uFilledConfidence;
L_UINT uOMRConfidence;
L_UINT uFieldType;
} OMRFIELD, * pOMRFIELD;
Stores characteristics of the OMR field.
Size of this structure in bytes used for versioning. Use the sizeof(OMRFIELD)
operator to calculate this value.
The total bounding rectangle for an OMR.
The total bounding rectangle for an unfilled OMR.
Boolean flag that indicates whether this OMR is filled. Possible values are:
Value | Meaning |
---|---|
TRUE | The OMR is filled. |
FALSE | The OMR is not filled (the FilledBound equal to UnFilledBound ). |
The confidence of the OMR that is filled. The value should be between 0 and 100.
The confidence of the OMR. The value should be between 0 and 100.
Defines the type of field:
Value | Meaning |
---|---|
0 | Box OMR. |
1 | Circle OMR. |
rcFilledBound
is equal to rcUnFilledBound
if the OMR is not filled.
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