I'm unsure how to associate the tagged regions with my original image file names.
Following the Custom Vision API documentation for GetTaggedImages request, I'm able to get a response with information about iteration id, created date, width, tagged regions, etc. However, there's no mention of the original image name.
If it's not possible to associate the original file name with the tagged regions, then I'll have to do my labeling offline (LabelImg for instance) and use the API to upload the tagged images - not the workflow I'm hoping for.
Thanks for any insights!