The following tables list the members exposed by IRecognitionForm.
Name | Description | |
---|---|---|
Load | Loads the current IForm object from the provided stream. (Inherited from IForm) | |
LoadPages | Loads the images of the pages from the provided stream. | |
Recognize | Performs processing on IRecognitionForm for all pages of the filled-in form and fields existing in the provided ITemplateForm. | |
Save | Saves the current IForm object to the provided stream. (Inherited from IForm) | |
SavePages | Saves the images of the pages to the provided stream. |
Name | Description | |
---|---|---|
Grade | The grade of the IRecognitioForm object. | |
Id | A unique identifier for this IForm object. (Inherited from IForm) | |
Name | The form's name. (Inherited from IForm) | |
Pages | Gets the collection of pages associated with this IForm object. (Inherited from IForm) | |
SaveEmbeddedImage | Indicates whether to save the RasterImage objects in this form embedded in the binary data saved to the stream using IForm.Save. | |
Score | The total score of points for the filled OMR bubbles computed using the OmrAnalysisEngine. |