TRekognitionStartTechnicalCueDetectionFilter
Class in AWS.Rekognition
StartTechnicalCueDetectionFilter class.
Ancestors
Properties
BlackFrame
property BlackFrame: IRekognitionBlackFrame
Type: IRekognitionBlackFrame
MinSegmentConfidence
property MinSegmentConfidence: TOptional<Single>
Constructors
Create
constructor Create; overload;
Constructor for TRekognitionStartTechnicalCueDetectionFilter.
constructor Create(const ABlackFrame: IRekognitionBlackFrame; const AMinSegmentConfidence: TOptional<Single>); overload;
Constructor for TRekognitionStartTechnicalCueDetectionFilter.
Parameters
| Name | Description |
|---|---|
ABlackFrame | Specify a filter that allows you to control the black frame detection by specifying the black levels and pixel coverage in a frame. |
AMinSegmentConfidence | Specify the the minimum confidence level for the segment to be returned. |