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
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
Returns
ToString()
Returns the job as a formatted json string
public override string ToString()