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.

Contains filters for the object labels returned by DetectLabels. Filters can be inclusive, exclusive, or a combination of both and can be applied to individual labels or entire label categories. To see a list of label categories, see Detecting Labels.

Inheritance Hierarchy

System.Object
  Amazon.Rekognition.Model.GeneralLabelsSettings

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

Syntax

C#
public class GeneralLabelsSettings

The GeneralLabelsSettings type exposes the following members

Constructors

NameDescription
Public Method GeneralLabelsSettings()

Properties

NameTypeDescription
Public Property LabelCategoryExclusionFilters System.Collections.Generic.List<System.String>

Gets and sets the property LabelCategoryExclusionFilters.

The label categories that should be excluded from the return from DetectLabels.

Public Property LabelCategoryInclusionFilters System.Collections.Generic.List<System.String>

Gets and sets the property LabelCategoryInclusionFilters.

The label categories that should be included in the return from DetectLabels.

Public Property LabelExclusionFilters System.Collections.Generic.List<System.String>

Gets and sets the property LabelExclusionFilters.

The labels that should be excluded from the return from DetectLabels.

Public Property LabelInclusionFilters System.Collections.Generic.List<System.String>

Gets and sets the property LabelInclusionFilters.

The labels that should be included in the return from DetectLabels.

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