|
1 | | -# tx-dotnet |
2 | | -Return to the project main page on GitHub [here][gh-url] |
| 1 | +# Textkernel Tx .NET SDK Documentation |
| 2 | +This is the auto-generated (by [DocFX](https://dotnet.github.io/docfx/)) documentation for the SDK codebase. |
| 3 | +If you were looking for best-practices, transaction costs, or other API documentation, you |
| 4 | +can find that [here](https://developer.textkernel.com/tx-platform/v10/overview/). |
| 5 | + |
| 6 | +You can also go back to the [GitHub project page](https://github.com/textkernel/tx-dotnet) for more usage information and examples. |
| 7 | + |
| 8 | +## Basics |
| 9 | + - @"Textkernel.Tx.TxClient" - the core class of the SDK. It is used to make all of the API calls. |
| 10 | + - @"Textkernel.Tx.DataCenter" - used to point the @"Textkernel.Tx.TxClient" at the correct data center for your account. |
| 11 | + - @"Textkernel.Tx.TxException" - the @"Textkernel.Tx.TxClient" will throw these during normal operations, for example, when you try to parse a resume that is a scanned image. See the GitHub project page for more information and examples. |
| 12 | + |
| 13 | +## Services |
| 14 | +- @"Textkernel.Tx.TxClient.Parser" - provides all parsing functionality. |
| 15 | +- @"Textkernel.Tx.TxClient.Geocoder" - determines geocoordinates based on addresses. |
| 16 | +- @"Textkernel.Tx.TxClient.Formatter" - transforms a parsed resume into a standard/templated format. |
| 17 | +- @"Textkernel.Tx.TxClient.SkillsIntelligence" - provides all Skills Intelligence functionality. |
| 18 | +- @"Textkernel.Tx.TxClient.SearchMatchV1" - provides all Search & Match V1 functionality. |
| 19 | +- @"Textkernel.Tx.TxClient.SearchMatchV2" - provides all Search & Match V2 functionality. |
| 20 | + |
| 21 | +## Core Models |
| 22 | + - @"Textkernel.Tx.Models.Document" - represents an unparsed resume/job, such as a file on the file system or a byte[] in a database. This is what you pass to the @"Textkernel.Tx.TxClient" for parsing. |
| 23 | + - @"Textkernel.Tx.Models.Resume.ParsedResume" - contains all of the properties/information that is extracted when a resume/cv is parsed. |
| 24 | + - @"Textkernel.Tx.Models.Job.ParsedJob" - contains all of the properties/information that is extracted when a job description is parsed. |
| 25 | + - @"Textkernel.Tx.Models.API.ApiResponseInfo" - returned with every API call, this contains information about the transaction (error messages, cost, duration, account information, etc). |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
3 | 30 |
|
4 | 31 | [gh-url]: https://github.com/textkernel/tx-dotnet/ |
0 commit comments