Group
Show / Hide Table of Contents

Interface ITxClient

The SDK client to perform Tx API calls.

Namespace: Textkernel.Tx
Assembly: Textkernel.Tx.SDK.dll
Syntax
public interface ITxClient

Properties

| Improve this Doc View Source

Formatter

Contains all endpoints/methods for the Resume Formatter

Declaration
IFormatterService Formatter { get; }
Property Value
Type Description
IFormatterService
| Improve this Doc View Source

Geocoder

Contains all endpoints/methods for the Geocoder

Declaration
IGeocoderService Geocoder { get; }
Property Value
Type Description
IGeocoderService
| Improve this Doc View Source

Parser

Contains all endpoints/methods for the Resume & Job Parsers

Declaration
IParserService Parser { get; }
Property Value
Type Description
IParserService
| Improve this Doc View Source

SearchMatchV1

Contains all endpoints/methods for Search & Match V1

Declaration
ISearchMatchService SearchMatchV1 { get; }
Property Value
Type Description
ISearchMatchService
| Improve this Doc View Source

SearchMatchV2

Contains all endpoints/methods for Search & Match V2

Declaration
IMatchV2Service SearchMatchV2 { get; }
Property Value
Type Description
IMatchV2Service
| Improve this Doc View Source

SkillsIntelligence

Contains all endpoints/methods for Skills Intelligence

Declaration
ISkillsIntelligenceClient SkillsIntelligence { get; }
Property Value
Type Description
ISkillsIntelligenceClient

Methods

| Improve this Doc View Source

GetAccountInfo()

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

Declaration
Task<GetAccountInfoResponse> GetAccountInfo()
Returns
Type Description
System.Threading.Tasks.Task<GetAccountInfoResponse>
Exceptions
Type Condition
TxException

Thrown when an API error occurs

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾