Namespace Textkernel.Tx
Namespaces
Classes
- EnvironmentSettings
Settings to configure things that would have an effect across many API endpoints
- TxClient
The SDK client to perform Tx API calls.
- TxClientSettings
Settings for a TxClient (used when configuring the TxClient with dependency injection)
- TxException
The most generic exception thrown by the SDK as a result of an error response from the API
- TxGeocodeJobException
This exception is thrown when an error happens, but the service was still able to produce a usable Job object (see the Response property)
- TxGeocodeResumeException
This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the Response property)
- TxIndexJobException
This exception is thrown when an error happens, but the service was still able to produce a usable Job object (see the Response property)
- TxIndexResumeException
This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the Response property)
- TxJsonSerialization
Default options that work well to serialize Tx objects to/from JSON using System.Text.Json
- TxProfessionNormalizationJobException
This exception is thrown when an error happens, but the service was still able to produce a usable Job object (see the Response property)
- TxProfessionNormalizationResumeException
This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the Response property)
- TxUsableJobException
This exception is thrown when an error happens, but the service was still able to produce a usable Job object (see the Response property)
- TxUsableResumeException
This exception is thrown when an error happens, but the service was still able to produce a usable Resume object (see the Response property)
Interfaces
- ITxClient
The SDK client to perform Tx API calls.