Class FormatResumeOptions
- Namespace
- Textkernel.Tx.Models.API.Formatter
- Assembly
- Textkernel.Tx.SDK.dll
Options for content/formatting of the generated resume document in a format resume request.
public class FormatResumeOptions
- Inheritance
-
FormatResumeOptions
- Inherited Members
Properties
CompanyInfo
Options for putting company/firm information on the formatted resume header.
public CompanyInfo CompanyInfo { get; set; }
Property Value
Metadata
Options to show/hide metadata on the generated resume.
public MetadataOptions Metadata { get; set; }
Property Value
OutputType
The output document type
[JsonConverter(typeof(JsonStringEnumConverter))]
public ResumeType OutputType { get; set; }
Property Value
WorkHistory
Options to include/exclude certain data from the work history section of the resume.
public WorkHistoryOptions WorkHistory { get; set; }