Class: Aws::ComprehendMedical::Types::InferSNOMEDCTRequest
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::InferSNOMEDCTRequest
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-comprehendmedical/types.rb
Overview
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#text ⇒ String
The input text to be analyzed using InferSNOMEDCT.
Instance Attribute Details
#text ⇒ String
The input text to be analyzed using InferSNOMEDCT.
848 849 850 851 852 |
# File 'lib/aws-sdk-comprehendmedical/types.rb', line 848 class InferSNOMEDCTRequest < Struct.new( :text) SENSITIVE = [] include Aws::Structure end |