Interface MachineLearningPIIResult
public interface MachineLearningPIIResult
An object that contains the PII analysis of the corresponding messages.
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic interface
Dedicated Builder -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
Getting builderThe redacted message text in which sensitive information was replaced with appropriate masks.The message text that was analyzed.
-
Method Details
-
getMessage
String getMessage()The message text that was analyzed.- Returns:
- message
-
getMasked
String getMasked()The redacted message text in which sensitive information was replaced with appropriate masks. A MISC mask is applied to a term that has been identified as PII, but with low confidence regarding which type of mask to assign.- Returns:
- masked
-
builder
Getting builder- Returns:
- New Builder instance
-