Class: Aws::Types::DetectToxicContentRequest

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:text_segments])

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


689
690
691
# File 'sig/types.rbs', line 689

def language_code
  @language_code
end

#text_segments::Array[Types::TextSegment]

Returns the value of attribute text_segments.

Returns:



688
689
690
# File 'sig/types.rbs', line 688

def text_segments
  @text_segments
end