RecognitionResult.GetJson
GetJson(Encoding)
Vorm JSON-tekenreeks met herkenningsresultaten als MemoryStream
public byte[] GetJson(Encoding encoding)
Parameter | Type | Beschrijving |
---|---|---|
encoding | Encoding | Codering waarmee we JSON-string coderen |
Winstwaarde
Herkenningsresultaat als array van bytes
Zie ook
- class RecognitionResult
- naamruimte Aspose.OMR.Model
- montage Aspose.OMR
GetJson()
Vorm JSON-tekenreeks met herkenningsresultaten
public string GetJson()
Winstwaarde
Herkenningsresultaten als JSON-tekenreeks
Zie ook
- class RecognitionResult
- naamruimte Aspose.OMR.Model
- montage Aspose.OMR