SecretID & SecretKey
Related documentations |
---|
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 'setCloudRecognitionSecretIdAndKey' function in the Java code as shown in the code below.
TrackerManager.getInstance().setCloudRecognitionSecretIdAndKey("SecretId", "SecretKey"); TrackerManager.getInstance().startTracker(TrackerManager.TRACKER_TYPE_CLOUD_RECOGNIZER);