WTCloudRecognitionServiceResponse Class Reference

Inherits from NSObject
Declared in WTCloudRecognitionServiceResponse.h

  recognized

Represents if a image target was found in the camera frame that was processed on the cloud recognition server.

@property (nonatomic, assign, readonly) BOOL recognized

Declared In

WTCloudRecognitionServiceResponse.h

  targetInformations

If a image target was found, this dictionary contains more information about the image target.

Possible informations are: image target name, its rating and (optional) its physical height in mm.

@property (nonatomic, strong, readonly) NSDictionary *targetInformations

Declared In

WTCloudRecognitionServiceResponse.h

  metadata

Custom metadata that was associated with a certain image target once it was created.

@property (nonatomic, strong, readonly) NSDictionary *metadata

Declared In

WTCloudRecognitionServiceResponse.h