Table of Contents

Class AddCandidateRequest

Namespace
Textkernel.Tx.Models.API.MatchV2.Request
Assembly
Textkernel.Tx.SDK.dll

Request body for AddCandidate request

public class AddCandidateRequest : AddDocumentRequestBase
Inheritance
AddCandidateRequest
Inherited Members

Properties

Anonymize

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

public bool Anonymize { get; set; }

Property Value

bool

CustomFields

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

public Dictionary<string, string> CustomFields { get; set; }

Property Value

Dictionary<string, string>

ResumeData

Parsed output from the CV/Resume Parser.

public ParsedResume ResumeData { get; set; }

Property Value

ParsedResume