node-red-contrib-aws icon indicating copy to clipboard operation
node-red-contrib-aws copied to clipboard

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

Open anguslou opened this issue 3 years ago • 1 comments

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?

anguslou avatar May 24 '21 03:05 anguslou

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.

Daniel-t avatar Sep 13 '21 10:09 Daniel-t