TRekognitionBlackFrame
Class in AWS.Rekognition
BlackFrame class.
Ancestors
Properties
MaxPixelThreshold
property MaxPixelThreshold: TOptional<Single>
MinCoveragePercentage
property MinCoveragePercentage: TOptional<Single>
Constructors
Create
constructor Create(const AMaxPixelThreshold: TOptional<Single>; const AMinCoveragePercentage: TOptional<Single>);
Constructor for TRekognitionBlackFrame.
Parameters
| Name | Description |
|---|---|
AMaxPixelThreshold | Specify a threshold value used to determine the maximum luminance value for a pixel to be considered black. |
AMinCoveragePercentage | Specify the minimum percentage of pixels in a frame that need to have a luminance below the MaxPixelThreshold value for a frame to be considered a black frame. |