Table of Contents

Class ParsedResumeWithId

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

A ParsedResume and id pair for a bimetric score request

public class ParsedResumeWithId : IParsedDocWithId
Inheritance
ParsedResumeWithId
Implements
Inherited Members

Properties

Id

The id of the document (used in the response body)

public string Id { get; set; }

Property Value

string

ResumeData

A resume generated by the parser

public ParsedResume ResumeData { get; set; }

Property Value

ParsedResume