內容簡介
使用Amazon Image Rekognition為文章分配標籤
使用方法
在“WP Rekogni”頁面上設置您的AWS IAM使用者信息
選擇要分配標籤的文章,進行批量編輯。
AWS IAM策略示例
{
"Version": "2012-10-17",
"Statement": [
{
"Effect": "Allow",
"Action": [
"rekognition:DetectLabels"
],
"Resource": "*"
}
]
}
篩選器
wp_rekogni_assign_setting:此篩選器可以管理可以分配給文章類型的分類。默認值為post和post_tag。
wp_rekogni_MaxLabels:此篩選器可以更改Amazon Rekognition結果的數量。
wp_rekogni_MinConfidence:此篩選器用於調整標籤的置信度。
外掛標籤
開發者團隊
原文外掛簡介
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.
