SaveAsXml
SaveAsXml(string)
将批量识别的所有结果保存到 xml 文件中
public void SaveAsXml(string path)
| 参数 | Type | 描述 |
|---|---|---|
| 路径 | String | XML 文件的完整路径 |
另请参阅
- class BatchRecognitionResult
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR
SaveAsXml(Stream)
将批量识别的所有结果保存到 xml 流中
public void SaveAsXml(Stream writeable)
| 参数 | Type | 描述 |
|---|---|---|
| 可写的 | Stream | 可写流 |
另请参阅
- class BatchRecognitionResult
- namespace Aspose.OMR.BatchProcessings
- assembly Aspose.OMR