AWS SDK Version 3 for .NET
API Reference

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.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.DetectionFilter

Namespace: Amazon.Rekognition.Model
Assembly: AWSSDK.Rekognition.dll
Version: 3.x.y.z

Syntax

C#
public class DetectionFilter

The DetectionFilter type exposes the following members

Constructors

NameDescription
Public Method DetectionFilter()

Properties

NameTypeDescription
Public Property 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.

Public Property 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.

Public Property 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.

Version Information

.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