You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Comprehend::Types::BatchDetectDominantLanguageRequest

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing BatchDetectDominantLanguageRequest as input to an Aws::Client method, you can use a vanilla Hash:

{
  text_list: ["CustomerInputString"], # required
}

Instance Attribute Summary collapse

Instance Attribute Details

#text_listArray<String>

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.

Returns:

  • (Array<String>)

    A list containing the text of the input documents.