public Result(dynamic header, dynamic data) { this.Similarity = (float) header.similarity; this.Response = new Response(data).GetResponse(); }
public Result(dynamic header, dynamic data) { this.Similarity = (float)header.similarity; this.Thumbnail = (string)header.thumbnail; this.Response = new Response(data).GetResponse(); }
public Result(dynamic header, dynamic data) { this.Similarity = (float)header.similarity; this.Response = new Response(data).GetResponse(); }