RecognitionResult.GetJson
GetJson(Encoding)
Form JSON 文字列と認識結果を MemoryStream
public byte[] GetJson(Encoding encoding)
パラメータ | タイプ | 説明 |
---|---|---|
encoding | Encoding | JSON 文字列をエンコードするエンコーディング |
戻り値
バイト配列としての認識結果
関連項目
- class RecognitionResult
- 名前空間 Aspose.OMR.Model
- 組み立て Aspose.OMR
GetJson()
Form JSON 文字列と認識結果
public string GetJson()
戻り値
JSON文字列としての認識結果
関連項目
- class RecognitionResult
- 名前空間 Aspose.OMR.Model
- 組み立て Aspose.OMR