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

How to add '--detection-attributes "ALL"' to Rekognition/ Indexfaces node #74

Open
anguslou opened this issue May 24, 2021 · 1 comment

Comments

@anguslou
Copy link

The current Rekognition/ Indexfaces node return no facial profiling information such as age, gender, etc. How to put '--detection-attributes "ALL"' to this node so that it returns facial profiles as requested?

@Daniel-t
Copy link
Owner

Haven't tried it myself, however you should be able to add Attributes:["ALL"] to msg.payload

The nodes directly map to the AWS Javascript API, so if the API takes a parameter then you should be able to pass it.

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

2 participants