Table of Contents

Class ParsedDocument

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

Base class for parsed resumes/jobs

public abstract class ParsedDocument
Inheritance
ParsedDocument
Derived
Inherited Members

Methods

ToFile(string, bool)

Save the json to disk using UTF-8 encoding

public void ToFile(string filepath, bool formatted)

Parameters

filepath string

The file to save to

formatted bool

true for pretty-printing

ToJson(bool)

Outputs a JSON string that can be saved to disk or any other data storage.
NOTE: be sure to save with UTF-8 encoding!

public abstract string ToJson(bool formatted)

Parameters

formatted bool

true for pretty-printing

Returns

string

ToString()

Returns the job as a formatted json string

public override string ToString()

Returns

string