Class: Aws::Types::DetectTargetedSentimentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text])

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


678
679
680
# File 'sig/types.rbs', line 678

def language_code
  @language_code
end

#text::String

Returns the value of attribute text.

Returns:

  • (::String)


677
678
679
# File 'sig/types.rbs', line 677

def text
  @text
end