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 ListDocumentClassificationJobs operation. Gets a list of the documentation classification jobs that you have submitted.

Inheritance Hierarchy

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

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

Syntax

C#
public class ListDocumentClassificationJobsRequest : AmazonComprehendRequest
         IAmazonWebServiceRequest

The ListDocumentClassificationJobsRequest type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property Filter Amazon.Comprehend.Model.DocumentClassificationJobFilter

Gets and sets the property Filter.

Filters the jobs that are returned. You can filter jobs on their names, 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