View source: R/comprehend_operations.R
comprehend_classify_document | R Documentation |
Creates a new document classification request to analyze a single document in real-time, using a previously created and trained custom model and an endpoint.
See https://paws-r.github.io/docs/comprehend/classify_document.html for full documentation.
comprehend_classify_document(Text, EndpointArn)
Text |
[required] The document text to be analyzed. |
EndpointArn |
[required] The Amazon Resource Number (ARN) of the endpoint. For information about endpoints, see Managing endpoints. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.