Class: Aws::ComprehendMedical::Types::DetectEntitiesV2Request

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

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#textString

A UTF-8 string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.

Returns:

  • (String)

420
421
422
423
424
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 420

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