Group
Show / Hide Table of Contents

Class ReservedData

Used to redact PII

Inheritance
System.Object
ReservedData
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.Resume.Metadata
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class ReservedData

Properties

| Improve this Doc View Source

EmailAddresses

All email addresses found in the resume

Declaration
public List<string> EmailAddresses { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Names

All names found in the resume

Declaration
public List<string> Names { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

OtherData

Any other PII that should be redacted

Declaration
public List<string> OtherData { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Phones

All phone numbers found in the resume

Declaration
public List<string> Phones { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
| Improve this Doc View Source

Urls

All personal urls found in the resume

Declaration
public List<string> Urls { get; set; }
Property Value
Type Description
System.Collections.Generic.List<System.String>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾