Daniel-t / node-red-contrib-aws

A collection of Node-RED nodes for AWS.
Apache License 2.0
57 stars 59 forks source link

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

Open anguslou opened 3 years ago

anguslou commented 3 years ago

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 commented 3 years ago

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.