Hi Harjot,
There is no API to get a 'history' of recognized targets. You need to implement this yourself. All relevant information is given to you through the `onImageRecognized` callback in JS. The passed ImageTarget object contains it's name and it's unique id.
Best regards,
Andreas
Harjot.grover
I am currently working with Xamarin Wikitude sdk v7. I am trying to recognize multiple targets concurrently.
I am using the the sample image provided with documentation
Is there any way to get the list of all the targets that has been recognized, with the count of each image with same target name in .wtc file.
For example: 2 Tyrannosaurus, 1 Triceratops, 1 Spinosaurus, 1 Diplodocus