IOmrElement
public interface IOmrElement
The interface for the OMR elements
Methods
Method | Description |
---|---|
getAnswer() | Forms a string with recognition result |
getCsv() | Forms answers as a comma-separated values string |
getQuestionName() | Gets the Question Name |
setQuestionName(String value) | Sets the Question Name |
getAnswer()
public abstract String getAnswer()
Forms a string with recognition result
Returns: java.lang.String - String containing recognition result
getCsv()
public abstract String getCsv()
Forms answers as a comma-separated values string
Returns: java.lang.String - The recognition results as CSV string
getQuestionName()
public abstract String getQuestionName()
Gets the Question Name
Returns: java.lang.String - the Question Name
setQuestionName(String value)
public abstract void setQuestionName(String value)
Sets the Question Name
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | the Question Name |