class Aws::Comprehend::Types::ClassifyDocumentRequest

@note When making an API call, you may pass ClassifyDocumentRequest

data as a hash:

    {
      text: "CustomerInputString", # required
      endpoint_arn: "DocumentClassifierEndpointArn", # required
    }

@!attribute [rw] text

The document text to be analyzed.
@return [String]

@!attribute [rw] endpoint_arn

The Amazon Resource Number (ARN) of the endpoint.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/ClassifyDocumentRequest AWS API Documentation

Constants

SENSITIVE