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. The input for InferICD10CM is a string from 1 to 10000 characters.
772 773 774 775 776 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 772 class InferICD10CMRequest < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |