Table of Contents

Class MetadataOptions

Namespace
Textkernel.Tx.Models.API.Formatter
Assembly
Textkernel.Tx.SDK.dll

Options to show/hide metadata on the generated resume.

public class MetadataOptions
Inheritance
MetadataOptions
Inherited Members

Properties

HideCandidateSummary

Whether to hide the candidate summary in the generated resume.

public bool HideCandidateSummary { get; set; }

Property Value

bool

HideTopSkills

Whether to hide the 'Top Skills' tree in the generated resume.

public bool HideTopSkills { get; set; }

Property Value

bool