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. The text should be a string with 1 to 10000 characters.

Returns:

  • (String)

854
855
856
857
858
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 854

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