Class: Aws::Comprehend::Types::DetectDominantLanguageRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::Comprehend::Types::DetectDominantLanguageRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehend/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[:text]
Instance Attribute Summary collapse
-
#text ⇒ String
A UTF-8 text string.
Instance Attribute Details
#text ⇒ String
A UTF-8 text string. The string must contain at least 20 characters. The maximum string size is 100 KB.
2331 2332 2333 2334 2335 |
# File 'lib/aws-sdk-comprehend/types.rb', line 2331 class DetectDominantLanguageRequest < Struct.new( :text) SENSITIVE = [:text] include Aws::Structure end |