Wikitude Unity Plugin
Properties | List of all members
Wikitude.CloudRecognitionServiceResponse Class Reference

The response received from the CloudRecognitionService after initiating a recognition request. More...

Properties

bool Recognized [get, set]
 Returns true if a target was recognized by the CloudRecognitionService More...
 
IDictionary< string, string > Info [get, set]
 Information about the recognized target such as name and rating. If no target was recognized, the dictionary is empty. More...
 
IDictionary< string, string > Metadata [get, set]
 Custom metadata associated with the recognized target, as assigned in the Target Manager If no target was recognized, the dictionary is empty. More...
 

Detailed Description

The response received from the CloudRecognitionService after initiating a recognition request.

Property Documentation

IDictionary<string, string> Wikitude.CloudRecognitionServiceResponse.Info
getset

Information about the recognized target such as name and rating. If no target was recognized, the dictionary is empty.

IDictionary<string, string> Wikitude.CloudRecognitionServiceResponse.Metadata
getset

Custom metadata associated with the recognized target, as assigned in the Target Manager If no target was recognized, the dictionary is empty.

bool Wikitude.CloudRecognitionServiceResponse.Recognized
getset

Returns true if a target was recognized by the CloudRecognitionService