TRekognitionDetectLabelsRequest
Class in AWS.Rekognition
DetectLabels request class.
Ancestors
Properties
Features
property Features: TList<string>
Image
property Image: IRekognitionImage
Type: IRekognitionImage
MaxLabels
property MaxLabels: TOptional<Integer>
MinConfidence
property MinConfidence: TOptional<Single>
Settings
property Settings: IRekognitionDetectLabelsSettings
Type: IRekognitionDetectLabelsSettings
Constructors
Create
constructor Create(const AImage: IRekognitionImage); overload;
Constructor for TRekognitionDetectLabelsRequest.
Parameters
| Name | Description |
|---|---|
AImage | Specify an input image to detect entities within. |
constructor Create(const AImage: IRekognitionImage; const AFeatures: array of string); overload;
Constructor for TRekognitionDetectLabelsRequest.
Parameters
| Name | Description |
|---|---|
AImage | Specify an input image to detect entities within. |
AFeatures | Specify a list of types of analysis to perform. Valid values:|. |