class Aws::Comprehend::Types::BatchDetectSyntaxRequest
@note When making an API call, you may pass BatchDetectSyntaxRequest
data as a hash: { text_list: ["CustomerInputString"], # required language_code: "en", # required, accepts en, es, fr, de, it, pt }
@!attribute [rw] text_list
A list containing the text of the input documents. The list can contain a maximum of 25 documents. Each document must contain fewer that 5,000 bytes of UTF-8 encoded characters. @return [Array<String>]
@!attribute [rw] language_code
The language of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt"). All documents must be in the same language. @return [String]
@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/BatchDetectSyntaxRequest AWS API Documentation
Constants
- SENSITIVE