Interface IParserService
Use Parser
Namespace: Textkernel.Tx.Services
Assembly: Textkernel.Tx.SDK.dll
Syntax
public interface IParserService
Methods
| Improve this Doc View SourceParseJob(ParseRequest)
Parse a job
Declaration
Task<ParseJobResponse> ParseJob(ParseRequest request)
Parameters
Type | Name | Description |
---|---|---|
ParseRequest | request | The request body |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ParseJobResponse> | The parse result and any metadata |
Exceptions
Type | Condition |
---|---|
TxException | Thrown when a parsing or API error occurred |
TxGeocodeJobException | Thrown when parsing was successful, but an error occurred during geocoding |
TxIndexJobException | Thrown when parsing was successful, but an error occurred during indexing |
TxProfessionNormalizationJobException | Thrown when parsing was successful, but an error occurred during profession normalization |
ParseResume(ParseRequest)
Parse a resume
Declaration
Task<ParseResumeResponse> ParseResume(ParseRequest request)
Parameters
Type | Name | Description |
---|---|---|
ParseRequest | request | The request body |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task<ParseResumeResponse> | The parse result and any metadata |
Exceptions
Type | Condition |
---|---|
TxException | Thrown when a parsing or API error occurred |
TxGeocodeResumeException | Thrown when parsing was successful, but an error occurred during geocoding |
TxIndexResumeException | Thrown when parsing was successful, but an error occurred during indexing |
TxProfessionNormalizationResumeException | Thrown when parsing was successful, but an error occurred during profession normalization |