Skip to main content

IRekognitionCreateProjectRequest

Interface in AWS.Rekognition

Interface for CreateProject requests.

Ancestors

Properties

AutoUpdate

property AutoUpdate: string

Optionally, specify whether automatic retraining should be attempted for the versions of the project.

Valid values: ENABLED | DISABLED. Automatic retraining is done as a best effort. Required if Feature is CONTENT_MODERATION.

Feature

property Feature: string

Optionally, specify the the feature that is being customized.

Valid values: CONTENT_MODERATION | CUSTOM_LABELS. If no value is provided, then CUSTOM_LABELS is used by default.

ProjectName

property ProjectName: string

Specify a name for the project.

Tags

property Tags: TDictionary<string, string>

A set of key-value pairs that you want to attach to the project.

Methods

AddTag

procedure AddTag(const AKey, AValue: string);

Add a key-value pair to Tags.

Parameters

NameDescription
AKeySpecify the tag key.
AValueSpecify the tag value.