GetJson

GetJson(Encoding)

生成包含识别结果的 JSON 字符串(MemoryStream)

public byte[] GetJson(Encoding encoding)
参数Type描述
编码编码用于对 JSON 字符串进行编码的编码方式

返回值

识别结果的字节数组

另请参阅


GetJson()

生成包含识别结果的 JSON 字符串

public string GetJson()

返回值

识别结果的 JSON 字符串

另请参阅