comprehend_contains_pii_entities: Analyzes input text for the presence of personally...

View source: R/comprehend_operations.R

comprehend_contains_pii_entitiesR Documentation

Analyzes input text for the presence of personally identifiable information (PII) and returns the labels of identified PII entity types such as name, address, bank account number, or phone number

Description

Analyzes input text for the presence of personally identifiable information (PII) and returns the labels of identified PII entity types such as name, address, bank account number, or phone number.

See https://www.paws-r-sdk.com/docs/comprehend_contains_pii_entities/ for full documentation.

Usage

comprehend_contains_pii_entities(Text, LanguageCode)

Arguments

Text

[required] A UTF-8 text string. The maximum string size is 100 KB.

LanguageCode

[required] The language of the input documents.


paws.machine.learning documentation built on May 29, 2024, 9:43 a.m.