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