TRekognitionMediaAnalysisDetectModerationLabelsConfig
Class in AWS.Rekognition
MediaAnalysisDetectModerationLabelsConfig class.
Ancestors
Properties
MinConfidence
property MinConfidence: TOptional<Single>
ProjectVersion
property ProjectVersion: TARN
Constructors
Create
constructor Create; overload;
Constructor for TRekognitionMediaAnalysisDetectModerationLabelsConfig.
constructor Create(const AMinConfidence: TOptional<Single>); overload;
Constructor for TRekognitionMediaAnalysisDetectModerationLabelsConfig.
Parameters
| Name | Description |
|---|---|
AMinConfidence | Specify the minimum confidence level for the moderation labels to be returned. |
constructor Create(const AMinConfidence: TOptional<Single>; const AProjectVersion: TARN); overload;
Constructor for TRekognitionMediaAnalysisDetectModerationLabelsConfig.
Parameters
| Name | Description |
|---|---|
AMinConfidence | Specify the minimum confidence level for the moderation labels to be returned. |
AProjectVersion | Specify the custom moderation model to be used during the label detection job. The pre-trained model is used if not provided. |