RecognitionResult
Contents
[
Hide
]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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
- namespace Aspose.OMR.Model
- assembly Aspose.OMR