Table of Contents

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

List<string>

Names

All names found in the resume

public List<string> Names { get; set; }

Property Value

List<string>

OtherData

Any other PII that should be redacted

public List<string> OtherData { get; set; }

Property Value

List<string>

Phones

All phone numbers found in the resume

public List<string> Phones { get; set; }

Property Value

List<string>

Urls

All personal urls found in the resume

public List<string> Urls { get; set; }

Property Value

List<string>