| Package | Description |
|---|---|
| com.textkernel.tx.models.api.formatter |
| Modifier and Type | Field and Description |
|---|---|
OutputDocumentFormat |
FormatResumeRequest.OutputType
The output document type
|
| Modifier and Type | Method and Description |
|---|---|
static OutputDocumentFormat |
OutputDocumentFormat.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OutputDocumentFormat[] |
OutputDocumentFormat.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
FormatResumeRequest(ParsedResume resume,
byte[] templateFileBytes,
OutputDocumentFormat docType)
Creates a request to use when calling the Resume Formatter endpoint with a provided template document.
|
FormatResumeRequest(ParsedResume resume,
String templatePath,
OutputDocumentFormat docType)
Creates a request to use when calling the Resume Formatter endpoint with a provided template document.
|
Copyright © 2024. All rights reserved.