@microfox/amazon-rekognition-face-detection
v1.3.0
Published
A TypeScript SDK for Amazon Rekognition Face Detection, enabling developers to easily integrate face detection capabilities into their applications.
Readme
Amazon Rekognition Face Detection SDK
A TypeScript SDK for Amazon Rekognition Face Detection, enabling developers to easily integrate face detection capabilities into their applications.
Installation
npm install @microfox/amazon-rekognition-face-detectionEnvironment Variables
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)
API Reference
For detailed documentation on the constructor and all available functions, please refer to the following files:
- AmazonRekognitionFaceDetectionSdk (Constructor): Initializes the client.
- detectFaces
