Class AddCandidateRequest
Request body for AddCandidate request
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.API.MatchV2.Request
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class AddCandidateRequest : AddDocumentRequestBase
Properties
| Improve this Doc View SourceAnonymize
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 |
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> |
ResumeData
Parsed output from the CV/Resume Parser.
Declaration
public ParsedResume ResumeData { get; set; }
Property Value
Type | Description |
---|---|
ParsedResume |