You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
this.showAlert(json.images[0].classifiers[1].classes[0].class+" with score of : "+json.images[0].classifiers[0].classes[0].score);
98
+
this.showAlert(json.images[0].classifiers[model].classes[0].class+" with score of : "+json.images[0].classifiers[0].classes[0].score);
96
99
}else{
97
100
this.showAlert("Watson hasn't found any monument on this picture...");
98
101
}
99
-
//this.showAlert(json.images[0].classifiers[0].classes[0].class+" with score of : "+ json.images[0].classifiers[0].classes[0].score); //display the higher result
102
+
//this.showAlert(json.images[0].classifiers[1].classes[0].class+" with score of : "+ json.images[0].classifiers[0].classes[0].score);
0 commit comments