SecretID & SecretKey
Prerequisite |
---|
License Manager |
You need SecretId and SecretKey to use Cloud Recognizer.
- SecretId and SecretKey can be created in License Manager with a Cloud License created through "Get Cloud License".
- You can create Cloud Target Group in Target Manager with Cloud License.
- In the Cloud Target Group, you can get the SecretId and SecretKey you need by pressing the Access Key button.
- SecretId and SecretKey are put into the 'setCloudRecognitionSecretId' function in the Objective-c code as shown in the code below.
[trackingManager setCloudRecognitionSecretId:secretId secretKey:secretKey]; [trackingManager startTracker:TRACKER_TYPE_CLOUD_RECOGNIZER];