Determines the dominant language of the input text
Determines the dominant language of the input text. For a list of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages.
comprehend_detect_dominant_language(Text)
Text |
[required] A UTF-8 text string. Each string should contain at least 20 characters and must contain fewer that 5,000 bytes of UTF-8 encoded characters. |
A list with the following syntax:
list( Languages = list( list( LanguageCode = "string", Score = 123.0 ) ) )
svc$detect_dominant_language( Text = "string" )
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.