comprehendmedical_detect_entities_v2: Inspects the clinical text for a variety of medical entities...

View source: R/comprehendmedical_operations.R

comprehendmedical_detect_entities_v2R 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.


paws.machine.learning documentation built on Sept. 12, 2023, 1:14 a.m.