Table of Contents

Interface ITxClient

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

The SDK client to perform Tx API calls.

public interface ITxClient

Properties

Formatter

Contains all endpoints/methods for the Resume Formatter

IFormatterService Formatter { get; }

Property Value

IFormatterService

Geocoder

Contains all endpoints/methods for the Geocoder

IGeocoderService Geocoder { get; }

Property Value

IGeocoderService

Parser

Contains all endpoints/methods for the Resume & Job Parsers

IParserService Parser { get; }

Property Value

IParserService

SearchMatchV1

Contains all endpoints/methods for Search & Match V1

ISearchMatchService SearchMatchV1 { get; }

Property Value

ISearchMatchService

SearchMatchV2

Contains all endpoints/methods for Search & Match V2

IMatchV2Service SearchMatchV2 { get; }

Property Value

IMatchV2Service

SkillsIntelligence

Contains all endpoints/methods for Skills Intelligence

ISkillsIntelligenceClient SkillsIntelligence { get; }

Property Value

ISkillsIntelligenceClient

Methods

GetAccountInfo()

Get the account info (remaining credits, max concurrency, etc).

Task<GetAccountInfoResponse> GetAccountInfo()

Returns

Task<GetAccountInfoResponse>

Exceptions

TxException

Thrown when an API error occurs