Group
Show / Hide Table of Contents

Interface IFormatterService

Use Formatter

Namespace: Textkernel.Tx.Services
Assembly: Textkernel.Tx.SDK.dll
Syntax
public interface IFormatterService

Methods

| Improve this Doc View Source

FormatResume(FormatResumeRequest)

Format a parsed resume into a standardized/templated resume

Declaration
Task<FormatResumeResponse> FormatResume(FormatResumeRequest request)
Parameters
Type Name Description
FormatResumeRequest request

The request body

Returns
Type Description
System.Threading.Tasks.Task<FormatResumeResponse>

The formatted resume document

Exceptions
Type Condition
TxException

Thrown when an API error occurred

| Improve this Doc View Source

FormatResumeWithTemplate(FormatResumeWithTemplateRequest)

Format a parsed resume into a template that you provide

Declaration
Task<FormatResumeResponse> FormatResumeWithTemplate(FormatResumeWithTemplateRequest request)
Parameters
Type Name Description
FormatResumeWithTemplateRequest request

The request body

Returns
Type Description
System.Threading.Tasks.Task<FormatResumeResponse>

The formatted resume document

Exceptions
Type Condition
TxException

Thrown when an API error occurred

  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾