Class: Aws::ComprehendMedical::Types::InferRxNormRequest

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 InferRxNorm is a string from 1 to 10000 characters.

Returns:

  • (String)

813
814
815
816
817
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 813

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