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
Was this article helpful?
0 out of 0 found this helpful
Comments
1 comment
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.
Please sign in to leave a comment.