RecognitionResult.GetJson

GetJson(Encoding)

Form JSON 文字列と認識結果を MemoryStream

public byte[] GetJson(Encoding encoding)
パラメータタイプ説明
encodingEncodingJSON 文字列をエンコードするエンコーディング

戻り値

バイト配列としての認識結果

関連項目


GetJson()

Form JSON 文字列と認識結果

public string GetJson()

戻り値

JSON文字列としての認識結果

関連項目