SaveAsCsv
SaveAsCsv(string)
Save all results of batch recognition into csv file
public void SaveAsCsv(string path)
Parameter | Type | Description |
---|---|---|
path | String | Full path to csv file. Content will be overwritten with results of a batch recognition |
See Also
- class BatchRecognitionResult
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR
SaveAsCsv(Stream)
Save all results of batch recognition into stream in csv format
public void SaveAsCsv(Stream writeable)
Parameter | Type | Description |
---|---|---|
writeable | Stream | Stream to write result of recognition as csv file |
See Also
- class BatchRecognitionResult
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR