Table of Contents

Interface IParserService

Namespace
Textkernel.Tx.Services
Assembly
Textkernel.Tx.SDK.dll

Use Parser

public interface IParserService

Methods

ParseJob(ParseRequest)

Parse a job

Task<ParseJobResponse> ParseJob(ParseRequest request)

Parameters

request ParseRequest

The request body

Returns

Task<ParseJobResponse>

The parse result and any metadata

Exceptions

TxException

Thrown when a parsing or API error occurred

TxGeocodeJobException

Thrown when parsing was successful, but an error occurred during geocoding

TxIndexJobException

Thrown when parsing was successful, but an error occurred during indexing

TxProfessionNormalizationJobException

Thrown when parsing was successful, but an error occurred during profession normalization

ParseResume(ParseRequest)

Parse a resume

Task<ParseResumeResponse> ParseResume(ParseRequest request)

Parameters

request ParseRequest

The request body

Returns

Task<ParseResumeResponse>

The parse result and any metadata

Exceptions

TxException

Thrown when a parsing or API error occurred

TxGeocodeResumeException

Thrown when parsing was successful, but an error occurred during geocoding

TxIndexResumeException

Thrown when parsing was successful, but an error occurred during indexing

TxProfessionNormalizationResumeException

Thrown when parsing was successful, but an error occurred during profession normalization