Skip to main content

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

NameDescription
AMaxPixelThresholdSpecify a threshold value used to determine the maximum luminance value for a pixel to be considered black.
AMinCoveragePercentageSpecify 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.