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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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)


2331
2332
2333
2334
2335
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2331

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