Determines the dominant language of the input text for a batch of documents
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.
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. |
A list with the following syntax:
list( ResultList = list( list( Index = 123, Languages = list( list( LanguageCode = "string", Score = 123.0 ) ) ) ), ErrorList = list( list( Index = 123, ErrorCode = "string", ErrorMessage = "string" ) ) )
svc$batch_detect_dominant_language( TextList = list( "string" ) )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.