RecognitionResult.GetCsv

GetCsv(Encoding)

Form 認識結果を CSV 文字列として MemoryStream

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

戻り値

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

関連項目


GetCsv()

Form 認識結果付きCSV文字列

public string GetCsv()

戻り値

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

関連項目