IRekognitionDetectLabelsRequest
Interface in AWS.Rekognition
Interface for DetectLabels requests.
Ancestors
Properties
Features
property Features: TList<string>
Specify a list of types of analysis to perform.
Valid values: GENERAL_LABELS | IMAGE_PROPERTIES.
Image
property Image: IRekognitionImage
Type: IRekognitionImage
Specify an input image to detect entities within.
MaxLabels
property MaxLabels: TOptional<Integer>
Optionally, specify the maximum number of labels to be returned.
The service returns the labels with the highest confidence. Only valid when GENERAL_LABELS is specified as a Feature type.
MinConfidence
property MinConfidence: TOptional<Single>
Optional, specify the the minimum confidence level for the labels to be returned.
Valid range: 0 - 100. When not specified, only labels with a confidence level greater than or equal to 55 percent are returned. Only valid when GENERAL_LABELS is specified as a Feature type.
Settings
property Settings: IRekognitionDetectLabelsSettings
Type: IRekognitionDetectLabelsSettings
Optionally, specify filters to be applied to the returned detected labels and image properties.
Methods
AddFeature
function AddFeature(const AFeature: string): NativeInt;
Add a feature to Features.
Parameters
| Name | Description |
|---|---|
AFeature | Specify a feature to add to Features. Valid values:|. |
Returns
Returns the index of the feature added to Features.