Class: Aws::ComprehendMedical::Types::InferICD10CMRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::InferICD10CMRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The input text used for analysis.
Instance Attribute Details
#text ⇒ String
The input text used for analysis.
768 769 770 771 772 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 768 class InferICD10CMRequest < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |