RecognitionResult

RecognitionResult class

The result of the image recognition. Contains all OMR elements with detailed recognition information and methods for results export.

public class RecognitionResult

Properties

NameDescription
ImagePath { get; set; }Gets or sets the path to the processed image
Images { get; set; }Gets or sets the list of Write-in Images
OmrElements { get; set; }Gets or sets the list of OMR elements on page
PageName { get; set; }Gets or sets page name
TemplateName { get; set; }Gets or sets the OMR template

Methods

NameDescription
GetCsv()Form CSV string with recognition results
GetCsv(Encoding)Form CSV string with recognition results as MemoryStream
GetCsvAsStream(Encoding)Form CSV string with recognition results as MemoryStream
GetJson()Form JSON string with recognition results
GetJson(Encoding)Form JSON string with recognition results as MemoryStream
GetJsonAsStream(Encoding)Form JSON string with recognition results as MemoryStream
GetXml()Form XML string with recognition results
GetXml(Encoding)Form XML string with recognition results as MemoryStream
GetXmlAsStream(Encoding)Form XML string with recognition results as MemoryStream

See Also