SecretID & SecretKey

Prerequisite
License Manager

You need SecretId and SecretKey to use Cloud Recognizer.

  1. SecretId and SecretKey can be created in License Manager with a Cloud License created through "Get Cloud License".

Cloud License

  1. You can create Cloud Target Group in Target Manager with Cloud License.

Cloud Target Group

  1. In the Cloud Target Group, you can get the SecretId and SecretKey you need by pressing the Access Key button.

Access Key

  1. 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);