Group
Show / Hide Table of Contents

Class FormatResumeRequest

Request body for the Format Resume endpoint

Inheritance
System.Object
FormatResumeRequest
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.Formatter
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class FormatResumeRequest

Constructors

| Improve this Doc View Source

FormatResumeRequest(ParsedResume, ResumeType)

Creates a request to call the Resume Formatter endpoint.

Declaration
public FormatResumeRequest(ParsedResume resume, ResumeType docType)
Parameters
Type Name Description
ParsedResume resume

EitherResumeData to include the candidate's personal information or RedactedResumeData to exclude it.

ResumeType docType

The output document type

Properties

| Improve this Doc View Source

Options

Options for content/formatting of the generated resume document.

Declaration
public FormatResumeOptions Options { get; set; }
Property Value
Type Description
FormatResumeOptions
| Improve this Doc View Source

ResumeData

EitherResumeData to include the candidate's personal information or RedactedResumeData to exclude it.

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
☀
☾