comprehend_detect_pii_entities: Inspects the input text for entities that contain personally...

View source: R/comprehend_operations.R

comprehend_detect_pii_entitiesR Documentation

Inspects the input text for entities that contain personally identifiable information (PII) and returns information about them

Description

Inspects the input text for entities that contain personally identifiable information (PII) and returns information about them.

See https://paws-r.github.io/docs/comprehend/detect_pii_entities.html for full documentation.

Usage

comprehend_detect_pii_entities(Text, LanguageCode)

Arguments

Text

[required] A UTF-8 text string. Each string must contain fewer that 5,000 bytes of UTF-8 encoded characters.

LanguageCode

[required] The language of the input documents. Currently, English is the only valid language.


paws.machine.learning documentation built on Feb. 16, 2023, 5:24 p.m.