RecognitionResult
Inheritance: java.lang.Object
public class RecognitionResult
The result of the image recognition. Contains all OMR elements with detailed recognition information and methods for results export.
Methods
Method | Description |
---|---|
equals(Object arg0) | |
getClass() | |
getCsv() | Form CSV string with recognition results |
getImagePath() | Gets or sets the path to the processed image |
getJson() | Form JSON string with recognition results |
getOmrElements() | Gets or sets the list of OMR elements on page |
getTemplateName() | Gets or sets the OMR template name |
hashCode() | |
notify() | |
notifyAll() | |
setImagePath(String value) | Gets or sets the path to the processed image |
setOmrElements(List | Gets or sets the list of OMR elements on page |
setTemplateName(String value) | Gets or sets the OMR template name |
toString() | |
wait() | |
wait(long arg0) | |
wait(long arg0, int arg1) |
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
getCsv()
public final String getCsv()
Form CSV string with recognition results
Returns: java.lang.String - Recognition results as CSV string
getImagePath()
public final String getImagePath()
Gets or sets the path to the processed image
Returns: java.lang.String - path to the processed image
getJson()
public final String getJson()
Form JSON string with recognition results
Returns: java.lang.String - Recognition results as JSON string
getOmrElements()
public final List<IOmrElement> getOmrElements()
Gets or sets the list of OMR elements on page
Returns: java.util.List<com.aspose.omr.IOmrElement>
getTemplateName()
public final String getTemplateName()
Gets or sets the OMR template name
Returns: java.lang.String - OMR template name
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
setImagePath(String value)
public final void setImagePath(String value)
Gets or sets the path to the processed image
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | path to the processed image |
setOmrElements(List value)
public final void setOmrElements(List<IOmrElement> value)
Gets or sets the list of OMR elements on page
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.util.List<com.aspose.omr.IOmrElement> |
setTemplateName(String value)
public final void setTemplateName(String value)
Gets or sets the OMR template name
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | OMR template name |
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
Parameter | Type | Description |
---|---|---|
arg0 | long | |
arg1 | int |