Skip to main content

IRekognitionDetectionFilter

Interface in AWS.Rekognition

Interface for DetectionFilter.

Properties

MinBoundingBoxHeight

property MinBoundingBoxHeight: TOptional<Single>

Sets minimum height of the word bounding box.

MinBoundingBoxWidth

property MinBoundingBoxWidth: TOptional<Single>

Sets the minimum width of the word bounding box.

MinConfidence

property MinConfidence: TOptional<Single>

Sets the confidence of word detection.

Words with a confidence below this level will be excluded from the results. If not specified, the default MinConfidence is 80.