[WordPress] 外掛分享: WP Rekogni

首頁外掛目錄 › WP Rekogni
全新外掛
安裝啟用
尚無評分
3123 天前
最後更新
問題解決
WordPress 4.8+ v1.0.2 上架:2017-08-25

內容簡介

使用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:此篩選器用於調整標籤的置信度。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.2) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「WP Rekogni」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

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.

文章
Filter
Apply Filters
Mastodon