IOmrElement

IOmrElement interface

The interface for the OMR elements

public interface IOmrElement

Properties

NameDescription
QuestionName { get; set; }Gets or sets the Question Name
SortWeight { get; set; }Higher the value - latter in csv element will appear

Methods

NameDescription
GetAnswer()Forms a string with recognition result
GetCsv()Forms answers as a comma-separated values string

See Also