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.

Container for the parameters to the ListDocumentClassifiers operation. Gets a list of the document classifiers that you have created.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Comprehend.AmazonComprehendRequest
      Amazon.Comprehend.Model.ListDocumentClassifiersRequest

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

Syntax

C#
public class ListDocumentClassifiersRequest : AmazonComprehendRequest
         IAmazonWebServiceRequest

The ListDocumentClassifiersRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Filter Amazon.Comprehend.Model.DocumentClassifierFilter

Gets and sets the property Filter.

Filters the jobs that are returned. You can filter jobs on their name, status, or the date and time that they were submitted. You can only set one filter at a time.

Public Property MaxResults System.Int32

Gets and sets the property MaxResults.

The maximum number of results to return in each page. The default is 100.

Public Property NextToken System.String

Gets and sets the property NextToken.

Identifies the next page of results to return.

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