RecognitionResult.GetXml

GetXml(Encoding)

認識結果が MemoryStream の Form XML 文字列

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

戻り値

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

関連項目


GetXml()

認識結果を含むフォーム XML 文字列

public string GetXml()

戻り値

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

関連項目