Hello everyone. I want to create an app which allows me to see quality stars amount (like rating in target manager), but in unity application. Is there class which can return ImageTarget recognizing info?
I believe your are looking for the ClourRecoSearchResult Class described in our Unity API reference documentation. In the before mentioned class you have the attribute TrackingRating.
Hi,
I believe your are looking for the ClourRecoSearchResult Class described in our Unity API reference documentation. In the before mentioned class you have the attribute TrackingRating.
Link below to our documentation:
https://library.vuforia.com/content/vuforia-library/en/reference/unity/classVuforia_1_1TargetFinder_1_1CloudRecoSearchResult.html
Thank you.
Vuforia Engine Support