Class: Aws::Types::BatchDetectEntitiesRequest

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")


46
47
48
# File 'sig/types.rbs', line 46

def language_code
  @language_code
end

#text_list::Array[::String]

Returns the value of attribute text_list.

Returns:

  • (::Array[::String])


45
46
47
# File 'sig/types.rbs', line 45

def text_list
  @text_list
end