GetJson
GetJson(Encoding)
生成包含识别结果的 JSON 字符串(MemoryStream)
public byte[] GetJson(Encoding encoding)
| 参数 | Type | 描述 |
|---|---|---|
| 编码 | 编码 | 用于对 JSON 字符串进行编码的编码方式 |
返回值
识别结果的字节数组
另请参阅
- class RecognitionResult
- namespace Aspose.OMR.Model
- assembly Aspose.OMR
GetJson()
生成包含识别结果的 JSON 字符串
public string GetJson()
返回值
识别结果的 JSON 字符串
另请参阅
- class RecognitionResult
- namespace Aspose.OMR.Model
- assembly Aspose.OMR