Group
Show / Hide Table of Contents

Namespace Textkernel.Tx.Models

Classes

Document

Represents an unparsed document (a file on the filesystem, byte[] from a database, etc)

GeocodedCoordinates

Represents a lat/lon provided by a 3rd party service

GeoCoordinates

Represents a lat/lon

Location

Represents a physical location on Earth (mostly used for addresses)

ParsedDocument

Base class for parsed resumes/jobs

ParsedDocumentMetadata

Metadata about a parsed document

TxDate

the custom Date type that represents dates found in resumes/jobs. The following are common examples:
- Current, as in "July 2018 - current". See IsCurrentDate
- Year only, as in "2018 - 2020". FoundYear will be true, FoundMonth and FoundDay will be false
- Year and month, as in "2018/06 - 2020/07". FoundYear and FoundMonth will be true, FoundDay will be false
- Year/month/day, as in "5/4/2018 - 7/2/2020". FoundYear, FoundMonth, and FoundDay will be true

TxPrimitive<T>

Represents a native type (langword_csharp_int, langword_csharp_bool, etc) that can have a value or be null

☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾