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://www.paws-r-sdk.com/docs/comprehend_batch_detect_dominant_language/ for full documentation.
comprehend_batch_detect_dominant_language(TextList)
TextList |
[required] A list containing the UTF-8 encoded text of the input documents. The list can contain a maximum of 25 documents. Each document should contain at least 20 characters. The maximum size of each document is 5 KB. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.