AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
A set of parameters that allow you to filter out certain results from your returned results.
Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z
public class DetectionFilter
The DetectionFilter type exposes the following members
Name | Description | |
---|---|---|
![]() |
DetectionFilter() |
Name | Type | Description | |
---|---|---|---|
![]() |
MinBoundingBoxHeight | System.Single |
Gets and sets the property MinBoundingBoxHeight. Sets the minimum height of the word bounding box. Words with bounding box heights lesser than this value will be excluded from the result. Value is relative to the video frame height. |
![]() |
MinBoundingBoxWidth | System.Single |
Gets and sets the property MinBoundingBoxWidth. Sets the minimum width of the word bounding box. Words with bounding boxes widths lesser than this value will be excluded from the result. Value is relative to the video frame width. |
![]() |
MinConfidence | System.Single |
Gets and sets the property MinConfidence. Sets the confidence of word detection. Words with detection confidence below this will be excluded from the result. Values should be between 0 and 100. The default MinConfidence is 80. |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5