We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc5c4c5 commit 3ccf1c7Copy full SHA for 3ccf1c7
face_founder_demo/src/App.js
@@ -80,7 +80,7 @@ function App() {
80
setUploadedImage( myEvent.target.result )
81
let sendata = myEvent.target.result.split(',')[1];
82
83
- recognitionService.recognize(sendata, { prediction_count: 100, face_plugins: "age,gender"})
+ recognitionService.recognize(sendata, {limit:10, prediction_count: 100, face_plugins: "age,gender"})
84
.then(res => {
85
setLoading(false)
86
setFullData(res.result[0].subjects);
0 commit comments