So, the only way to upload metadata to each target in collection it's using targetmanager-us.wikitude.com and do it manually, right?
Or using this API request: https://api.wikitude.com/cloudrecognition/targetCollection/:tcId/target
for each target in collection?
I don't see any solution in documentation. I only see a possibility to upload big JSON data as a metadata of collection. But I don't have access to the metadata of collection because when I recognize an image I get metadata of this target, but not of whole collection.
Do you have any suggestion?
Ilya Zatolokin
Hello,
I've uploaded all my images to the cloud's target collection. There are a lot of images in the collection. And I want to attach metadata to each target in collection. I have a big JSON object which contains array of metadata for each target in collection.
How can I upload this JSON to the cloud and bind to the appropriate collection?