Class: Aws::Comprehend::Types::DetectDominantLanguageRequest

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-comprehend/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[:text]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

A UTF-8 text string. The string must contain at least 20 characters. The maximum string size is 100 KB.

Returns:

  • (String)

2307
2308
2309
2310
2311
# File 'lib/aws-sdk-comprehend/types.rb', line 2307

class DetectDominantLanguageRequest < Struct.new(
  :text)
  SENSITIVE = [:text]
  include Aws::Structure
end