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 SourceFormatter
Contains all endpoints/methods for the Resume Formatter
Declaration
IFormatterService Formatter { get; }
Property Value
Type | Description |
---|---|
IFormatterService |
Geocoder
Contains all endpoints/methods for the Geocoder
Declaration
IGeocoderService Geocoder { get; }
Property Value
Type | Description |
---|---|
IGeocoderService |
Parser
Contains all endpoints/methods for the Resume & Job Parsers
Declaration
IParserService Parser { get; }
Property Value
Type | Description |
---|---|
IParserService |
SearchMatchV1
Contains all endpoints/methods for Search & Match V1
Declaration
ISearchMatchService SearchMatchV1 { get; }
Property Value
Type | Description |
---|---|
ISearchMatchService |
SearchMatchV2
Contains all endpoints/methods for Search & Match V2
Declaration
IMatchV2Service SearchMatchV2 { get; }
Property Value
Type | Description |
---|---|
IMatchV2Service |
SkillsIntelligence
Contains all endpoints/methods for Skills Intelligence
Declaration
ISkillsIntelligenceClient SkillsIntelligence { get; }
Property Value
Type | Description |
---|---|
ISkillsIntelligenceClient |
Methods
| Improve this Doc View SourceGetAccountInfo()
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 |