Class: Aws::Comprehend::Types::ContainsPiiEntitiesRequest

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#language_codeString

The language of the input documents.

Returns:

  • (String)


925
926
927
928
929
930
# File 'lib/aws-sdk-comprehend/types.rb', line 925

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

#textString

A UTF-8 text string. The maximum string size is 100 KB.

Returns:

  • (String)


925
926
927
928
929
930
# File 'lib/aws-sdk-comprehend/types.rb', line 925

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