AWS SDK Version 4 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.

Creates a classification request to analyze a single document in real-time. ClassifyDocument supports the following model types:

If the system detects errors while processing a page in the input document, the API response includes an Errors field that describes the errors.

If the system detects a document-level error in your input document, the API returns an InvalidRequestException error response. For details about this exception, see Errors in semi-structured documents in the Comprehend Developer Guide.

Note:

For .NET Core this operation is only available in asynchronous form. Please refer to ClassifyDocumentAsync.

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

Syntax

C#
public virtual ClassifyDocumentResponse ClassifyDocument(
         ClassifyDocumentRequest request
)

Parameters

request
Type: Amazon.Comprehend.Model.ClassifyDocumentRequest

Container for the necessary parameters to execute the ClassifyDocument service method.

Return Value


The response from the ClassifyDocument service method, as returned by Comprehend.

Exceptions

ExceptionCondition
InternalServerException An internal server error occurred. Retry your request.
InvalidRequestException The request is invalid.
ResourceUnavailableException The specified resource is not available. Check the resource and try your request again.
TextSizeLimitExceededException The size of the input text exceeds the limit. Use a smaller document.

Version Information

.NET Framework:
Supported in: 4.7.2 and newer

See Also