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
Geocoder
Contains all endpoints/methods for the Geocoder
IGeocoderService Geocoder { get; }
Property Value
Parser
Contains all endpoints/methods for the Resume & Job Parsers
IParserService Parser { get; }
Property Value
SearchMatchV1
Contains all endpoints/methods for Search & Match V1
ISearchMatchService SearchMatchV1 { get; }
Property Value
SearchMatchV2
Contains all endpoints/methods for Search & Match V2
IMatchV2Service SearchMatchV2 { get; }
Property Value
SkillsIntelligence
Contains all endpoints/methods for Skills Intelligence
ISkillsIntelligenceClient SkillsIntelligence { get; }
Property Value
Methods
GetAccountInfo()
Get the account info (remaining credits, max concurrency, etc).
Task<GetAccountInfoResponse> GetAccountInfo()
Returns
Exceptions
- TxException
Thrown when an API error occurs