class Aws::Comprehend::Types::BatchDetectKeyPhrasesRequest

@note When making an API call, you may pass BatchDetectKeyPhrasesRequest

data as a hash:

    {
      text_list: ["CustomerInputString"], # required
      language_code: "en", # required, accepts en, es, fr, de, it, pt, ar, hi, ja, ko, zh, zh-TW
    }

@!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
primary languages supported by Amazon Comprehend. All documents must
be in the same language.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/BatchDetectKeyPhrasesRequest AWS API Documentation

Constants

SENSITIVE