Class: Aws::Types::BatchDetectKeyPhrasesRequest

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text_list])

Instance Attribute Summary collapse

Instance Attribute Details

#language_code"en", ...

Returns the value of attribute language_code.

Returns:

  • ("en", "es", "fr", "de", "it", "pt", "ar", "hi", "ja", "ko", "zh", "zh-TW")


64
65
66
# File 'sig/types.rbs', line 64

def language_code
  @language_code
end

#text_list::Array[::String]

Returns the value of attribute text_list.

Returns:

  • (::Array[::String])


63
64
65
# File 'sig/types.rbs', line 63

def text_list
  @text_list
end