Group
Show / Hide Table of Contents

Class AddCandidateRequest

Request body for AddCandidate request

Inheritance
System.Object
AddDocumentRequestBase
AddCandidateRequest
Inherited Members
AddDocumentRequestBase.Roles
AddDocumentRequestBase.SearchAndMatchEnvironment
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.API.MatchV2.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class AddCandidateRequest : AddDocumentRequestBase

Properties

| Improve this Doc View Source

Anonymize

A boolean flag to strip PII data out of the requests before sending to Search & Match V2

Declaration
public bool Anonymize { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

CustomFields

A collection of custom fields represented as key-value pairs.

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

ResumeData

Parsed output from the CV/Resume Parser.

Declaration
public ParsedResume ResumeData { get; set; }
Property Value
Type Description
ParsedResume
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾