Assign Tags to Posts By Amazon Image Rekognition
| Author: | mt8biz (profile at wordpress.org) |
| WordPress version required: | 4.8 |
| WordPress version tested: | 4.8.17 |
| Plugin version: | 1.0.2 |
| Added to WordPress repository: | 26-08-2017 |
| Last updated: | 30-08-2017
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
|
| Rating, %: | 0 |
| Rated by: | 0 |
| Plugin URI: | https://github.com/mt8/wp-rekogni |
| Total downloads: | 8 894 |
![]() Click to start download |
|
Assign Tags to Posts By Amazon Image Rekognition
How to use
- Setting your AWS IAM User information on page of “WP Rekogni”
- Select the post you want to assign tags and perform bulk editing.
AWS IAM Policy Example
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"rekognition:DetectLabels"
],
"Resource": "*"
}
]
}
Filters
- wp_rekogni_assign_setting : This filter can manage taxonomies that can be assigned to post types. The default is post and post_tag.
- wp_rekogni_MaxLabels : This filter can change the number of Amazon Rekognition results.
- wp_rekogni_MinConfidence : This filter is used to adjust the confidence of labels.
Screenshots
FAQ
ChangeLog


