Skip to main content

IRekognitionStartLabelDetectionRequest

Interface in AWS.Rekognition

Interface for StartLabelDetection requests.

Ancestors

Properties

Features

property Features: TList<string>

Optionally, specify the features to return after video analysis.

Valid values: GENERAL_LABELS.

MinConfidence

property MinConfidence: TOptional<Single>

Optionally, specify the minimum confidence that Amazon Rekognition must have in order to return the label.

Valid range: 0 - 100. If not specified, default value of 50 percent will be used.

Settings

property Settings: IRekognitionLabelDetectionSettings

Type: IRekognitionLabelDetectionSettings

Optionally, specify settings for the job.

Methods

AddFeature

function AddFeature(const AFeature: string): NativeInt;

Add a feature to Features.

Parameters

NameDescription
AFeatureSpecify a feature to add to Features.

Returns

Returns the index of the feature added to Features.