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.

Provides information for filtering a list of document classifiers. You can only specify one filtering parameter in a request. For more information, see the ListDocumentClassifiers operation.

Inheritance Hierarchy

System.Object
  Amazon.Comprehend.Model.DocumentClassifierFilter

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

Syntax

C#
public class DocumentClassifierFilter

The DocumentClassifierFilter type exposes the following members

Constructors

NameDescription
Public Method DocumentClassifierFilter()

Properties

NameTypeDescription
Public Property DocumentClassifierName System.String

Gets and sets the property DocumentClassifierName.

The name that you assigned to the document classifier

Public Property Status Amazon.Comprehend.ModelStatus

Gets and sets the property Status.

Filters the list of classifiers based on status.

Public Property SubmitTimeAfter System.DateTime

Gets and sets the property SubmitTimeAfter.

Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted after the specified time. Classifiers are returned in descending order, newest to oldest.

Public Property SubmitTimeBefore System.DateTime

Gets and sets the property SubmitTimeBefore.

Filters the list of classifiers based on the time that the classifier was submitted for processing. Returns only classifiers submitted before the specified time. Classifiers are returned in ascending order, oldest to newest.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5