View source: R/comprehendmedical_operations.R
comprehendmedical_detect_phi | R Documentation |
Inspects the clinical text for protected health information (PHI) entities and returns the entity category, location, and confidence score for each entity. Amazon Comprehend Medical only detects entities in English language texts.
See https://paws-r.github.io/docs/comprehendmedical/detect_phi.html for full documentation.
comprehendmedical_detect_phi(Text)
Text |
[required] A UTF-8 text string containing the clinical content being examined for PHI entities. Each string must contain fewer than 20,000 bytes of characters. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.