A TypeScript SDK for Amazon Rekognition Face Detection, enabling developers to easily integrate face detection capabilities into their applications.
npm install @microfox/amazon-rekognition-face-detection
To use this package, you need to set the following environment variables:
-
AWS_ACCESS_KEY_ID
: AWS Access Key ID ** (Required)** -
AWS_SECRET_ACCESS_KEY
: AWS Secret Access Key ** (Required)** -
AWS_REGION
: AWS Region (Optional)
For detailed documentation on the constructor and all available functions, please refer to the following files:
- AmazonRekognitionFaceDetectionSdk (Constructor): Initializes the client.
- detectFaces