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