comprehendmedical_detect_entities_v2 {paws.machine.learning} | R Documentation |
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information
Description
Inspects the clinical text for a variety of medical entities and returns specific information about them such as entity category, location, and confidence score on that information. Amazon Comprehend Medical only detects medical entities in English language texts.
See https://www.paws-r-sdk.com/docs/comprehendmedical_detect_entities_v2/ for full documentation.
Usage
comprehendmedical_detect_entities_v2(Text)
Arguments
Text |
[required] A UTF-8 string containing the clinical content being examined for entities. |
[Package paws.machine.learning version 0.9.0 Index]