SecretID & SecretKey
Prerequisites |
---|
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 'setCloudRecognitionSecretIdAndSecretKey' function in the Unity C # code as shown in the code below.
TrackerManager.GetInstance().setCloudRecognitionSecretIdAndSecretKey("SecretId", "SecretKey"); TrackerManager.GetInstance().StartTracker(TrackerManager.TRACKER_TYPE_CLOUD_RECOGNIZER);