Esempio n. 1
0
 public Result(dynamic header, dynamic data)
 {
     this.Similarity = (float) header.similarity;
       this.Response   = new Response(data).GetResponse();
 }
Esempio n. 2
0
 public Result(dynamic header, dynamic data)
 {
     this.Similarity = (float)header.similarity;
     this.Thumbnail  = (string)header.thumbnail;
     this.Response   = new Response(data).GetResponse();
 }
Esempio n. 3
0
 public Result(dynamic header, dynamic data)
 {
     this.Similarity = (float)header.similarity;
     this.Response   = new Response(data).GetResponse();
 }