comprehend_batch_detect_dominant_language: Determines the dominant language of the input text for a...

View source: R/comprehend_operations.R

comprehend_batch_detect_dominant_languageR Documentation

Determines the dominant language of the input text for a batch of documents

Description

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.

Usage

comprehend_batch_detect_dominant_language(TextList)

Arguments

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.


paws.machine.learning documentation built on May 29, 2024, 9:43 a.m.