public ImageClassifyDemo(string apiKey, string secretKey)
 {
     client = new ImageClassify.ImageClassify(apiKey, secretKey);
 }
Beispiel #2
0
 public void init()
 {
     client = new ImageClassify.ImageClassify(Config.clientId, Config.clientSecret);
 }
Beispiel #3
0
 public void init()
 {
     client = new ImageClassify.ImageClassify("你的Api Key", "你的Secret Key");
 }