You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::ComprehendMedical::Types::DetectEntitiesV2Request
- Inherits:
-
Struct
- Object
- Struct
- Aws::ComprehendMedical::Types::DetectEntitiesV2Request
- Defined in:
- (unknown)
Overview
Note:
When passing DetectEntitiesV2Request as input to an Aws::Client method, you can use a vanilla Hash:
{
text: "BoundedLengthString", # required
}
Instance Attribute Summary collapse
-
#text ⇒ String
A UTF-8 string containing the clinical content being examined for entities.
Instance Attribute Details
#text ⇒ String
A UTF-8 string containing the clinical content being examined for entities. Each string must contain fewer than 20,000 bytes of characters.