Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

WP Rekogni

Описание

Assign Tags to Posts By Amazon Image Rekognition

How to use

  1. Setting your AWS IAM User information on page of «WP Rekogni»
  2. 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

  1. wp_rekogni_assign_setting : This filter can manage taxonomies that can be assigned to post types. The default is post and post_tag.
  2. wp_rekogni_MaxLabels : This filter can change the number of Amazon Rekognition results.
  3. wp_rekogni_MinConfidence : This filter is used to adjust the confidence of labels.

Скриншоты

  • Input Your AWS IAM settings.
  • Select the post you want to assign tags and perform bulk editing.

Установка

  1. Upload wp-rekogni.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Часто задаваемые вопросы

Installation Instructions
  1. Upload wp-rekogni.zip to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«WP Rekogni» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «WP Rekogni» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

1.0.0

  • First release

1.0.1

  • Mod readme.txt, Fix check setting

1.0.2

  • Add some assets