Class: Aws::ComprehendMedical::Types::InferSNOMEDCTRequest

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

The input text to be analyzed using InferSNOMEDCT.

Returns:

  • (String)


848
849
850
851
852
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 848

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