SaveAsJson
SaveAsJson(string)
Save all results of batch recognition into json file
public void SaveAsJson(string path)
Parameter | Type | Description |
---|---|---|
path | String | Full path to json file |
See Also
- class BatchRecognitionResult
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR
SaveAsJson(Stream)
Save all results of batch recognition into json stream
public void SaveAsJson(Stream writeable)
Parameter | Type | Description |
---|---|---|
writeable | Stream | writeable stream |
See Also
- class BatchRecognitionResult
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR