Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

detectFaces function doesn't allow you to pass additional parameters #231

Open
hayksaakian opened this issue Aug 25, 2019 · 0 comments
Open

Comments

@hayksaakian
Copy link

For example, if you want to re-implement the example from AWS docs here:

https://docs.aws.amazon.com/rekognition/latest/dg/faces-detect-images.html

It passes a parameter: Attributes: ['All'] along with the image object,

This allows you to see all the response data from rekognition.

Using node-rekognition, the detectFaces function only accepts 1 argument, an image, so there's no way to pass this additional parameter.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant