Group
Show / Hide Table of Contents

Class FormatResumeOptions

Options for content/formatting of the generated resume document in a format resume request.

Inheritance
System.Object
FormatResumeOptions
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 FormatResumeOptions

Properties

| Improve this Doc View Source

CompanyInfo

Options for putting company/firm information on the formatted resume header.

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

Metadata

Options to show/hide metadata on the generated resume.

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

OutputType

The output document type

Declaration
[JsonConverter(typeof(JsonStringEnumConverter))]
public ResumeType OutputType { get; set; }
Property Value
Type Description
ResumeType
| Improve this Doc View Source

WorkHistory

Options to include/exclude certain data from the work history section of the resume.

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