I am scanning businesscards based upon the java example provided. However, it is not clear to me how to use the xml:writeFieldComponents parameter in the Client or BusCardSettings classes. Is this possible or should I create/use another REST client?
[Cloud] How to use the xml:writeFieldComponents parameter in Java sample
この記事は役に立ちましたか?
0人中0人がこの記事が役に立ったと言っています
コメント
1件のコメント
You should modify the code in such way that your URL has the parameter xml:writeFieldComponents with the corresponding value. For example, you can modify the BusCardSettings class here in the line 17:
Please note that this parameter can be used only if the exportFormat parameter is set to xml.
サインインしてコメントを残してください。