Class: Aws::ComprehendMedical::Types::InferICD10CMRequest

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 used for analysis. The input for InferICD10CM is a string from 1 to 10000 characters.

Returns:

  • (String)

772
773
774
775
776
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 772

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