View source: R/comprehend_operations.R
comprehend_batch_detect_dominant_language | R Documentation |
Determines the dominant language of the input text for a batch of documents. For a list of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages.
See https://paws-r.github.io/docs/comprehend/batch_detect_dominant_language.html for full documentation.
comprehend_batch_detect_dominant_language(TextList)
TextList |
[required] A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters and must contain fewer than 5,000 bytes of UTF-8 encoded characters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.