comprehend_detect_dominant_language {paws.machine.learning} | R Documentation |
Determines the dominant language of the input text
Description
Determines the dominant language of the input text. For a list of languages that Amazon Comprehend can detect, see Amazon Comprehend Supported Languages.
See https://www.paws-r-sdk.com/docs/comprehend_detect_dominant_language/ for full documentation.
Usage
comprehend_detect_dominant_language(Text)
Arguments
Text |
[required] A UTF-8 text string. The string must contain at least 20 characters. The maximum string size is 100 KB. |
[Package paws.machine.learning version 0.7.0 Index]