nodefluxio / inlabs

Internships' Laboratories at Nodeflux

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistency in the "candidate count" key in the Face Recognition documentation

sonadztux opened this issue · comments

In the Request Body section, the first example uses the "candidate_count" key, while in the second example, the Sample Request uses "candidateCount".

First example of sample request body
Screenshot at 2021-09-15 15-22-08

Second example of sample request body
Screenshot at 2021-09-15 15-22-38

After discussing with Mas Alfin, as my mentor. I'm trying to make a request and using the two keys can return a different response if the value is more than 5. "candidate_count" will return as many response variations as value, while "candidateCount" only returns one variation.

Maybe it can be revised in the documentation section.