Amazon Rekognition Image
You can automatically generate keywords for images by integrating Amazon Rekognition Image with Brightspot. Brightspot sends each image to Amazon Rekognition Image, and subsequently receives the suggested keywords. You can then accept or reject the suggestions, and add your own keywords as necessary.
Including AWS Rekognition Image in a Brightspot build
The following table lists the dependencies to include in your build configuration.
Artifact | Description |
com.psddev:image-recognition-aws | Exposes AWS Rekognition as an image recognition provider. |
com.psddev:suggestions-recognition | Populates the Suggestions widget with keywords returned from Amazon Rekognition Image. For more information, see Applying suggested tags to images. |
Runtime prerequisites
The following configurations are required to allow interoperation with AWS Rekognition Image during run time.
- Developer configuration—The class representing the image you send to AWS Rekognition Image must implement the
Describable
interface. - Ops configuration—Configure a permission allowing Brightspot access to the AWS Rekognition Image service. For details, see Creating a role to delegate permissions to an AWS service and Creating IAM policies (console).
See also:
Previous Topic
Applying suggested tags and sections
Next Topic
Configuring the Rekognition Image integration