RecognitionResult.GetJsonAsStream

RecognitionResult.GetJsonAsStream method

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

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

戻り値

JSONでMemoryStreamとして認識結果

関連項目