Class ReservedData
- Namespace
- Textkernel.Tx.Models.Resume.Metadata
- Assembly
- Textkernel.Tx.SDK.dll
Used to redact PII
public class ReservedData
- Inheritance
-
ReservedData
- Inherited Members
Properties
EmailAddresses
All email addresses found in the resume
public List<string> EmailAddresses { get; set; }
Property Value
Names
All names found in the resume
public List<string> Names { get; set; }
Property Value
OtherData
Any other PII that should be redacted
public List<string> OtherData { get; set; }
Property Value
Phones
All phone numbers found in the resume
public List<string> Phones { get; set; }
Property Value
Urls
All personal urls found in the resume
public List<string> Urls { get; set; }