"We offer new support options and therefor the forums are now in read-only mode! Please check out our Support Center for more information." - Vuforia Engine Team

Error States TargetSearchResult.MetaData is wrong

I have been trying to make Cloud Based Recognition App with URL in metadata, but I used,

string URL = targetSearchResult.MetaData;

it gives out the following error:

Assets/SimpleCloudHandler.cs(34,41): error CS1061: Type `Vuforia.TargetFinder.TargetSearchResult' does not contain a definition for `MetaData' and no extension method `MetaData' of type `Vuforia.TargetFinder.TargetSearchResult' could be found. Are you missing an assembly reference?

 

Please help me out.

Hello @leo0wayne,

Answered here: https://developer.vuforia.com/forum/unity/targetsearchresult-matadata-error#comment-67468

Thanks,

Vuforia Engine Support