public class RecognitionResult extends Object
The result of the image recognition. Contains all OMR elements with detailed recognition information and methods for results export.
| Modifier and Type | Method and Description |
|---|---|
String |
getCsv()
Form CSV string with recognition results
|
String |
getImagePath()
Gets or sets the path to the processed image
|
String |
getJson()
Form JSON string with recognition results
|
List<IOmrElement> |
getOmrElements()
Gets or sets the list of OMR elements on page
|
String |
getTemplateName()
Gets or sets the OMR template name
|
void |
setImagePath(String value)
Gets or sets the path to the processed image
|
void |
setOmrElements(List<IOmrElement> value)
Gets or sets the list of OMR elements on page
|
void |
setTemplateName(String value)
Gets or sets the OMR template name
|
public final String getImagePath()
Gets or sets the path to the processed image
public final void setImagePath(String value)
Gets or sets the path to the processed image
value - path to the processed imagepublic final String getTemplateName()
Gets or sets the OMR template name
public final void setTemplateName(String value)
Gets or sets the OMR template name
value - OMR template namepublic final List<IOmrElement> getOmrElements()
Gets or sets the list of OMR elements on page
public final void setOmrElements(List<IOmrElement> value)
Gets or sets the list of OMR elements on page
public final String getCsv()
Form CSV string with recognition results
public final String getJson()
Form JSON string with recognition results
Copyright © 2019 Aspose. All Rights Reserved.