Class: Aws::Comprehend::Types::DetectPiiEntitiesRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-comprehend/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 text. Enter the language code for English (en) or Spanish (es).

Returns:

  • (String)


2543
2544
2545
2546
2547
2548
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2543

class DetectPiiEntitiesRequest < 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)


2543
2544
2545
2546
2547
2548
# File 'gems/aws-sdk-comprehend/lib/aws-sdk-comprehend/types.rb', line 2543

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