You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ComprehendMedical::Types::InferICD10CMRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::InferICD10CMRequest
- Defined in:
- (unknown)
Overview
Note:
When passing InferICD10CMRequest as input to an Aws::Client method, you can use a vanilla Hash:
{
text: "OntologyLinkingBoundedLengthString", # required
}
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.