class Aws::Comprehend::Types::DetectSyntaxRequest

@note When making an API call, you may pass DetectSyntaxRequest

data as a hash:

    {
      text: "CustomerInputString", # required
      language_code: "en", # required, accepts en, es, fr, de, it, pt
    }

@!attribute [rw] text

A UTF-8 string. Each string must contain fewer that 5,000 bytes of
UTF encoded characters.
@return [String]

@!attribute [rw] language_code

The language code of the input documents. You can specify any of the
following languages supported by Amazon Comprehend: German ("de"),
English ("en"), Spanish ("es"), French ("fr"), Italian
("it"), or Portuguese ("pt").
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/comprehend-2017-11-27/DetectSyntaxRequest AWS API Documentation

Constants

SENSITIVE