public class ParseRequest extends ParseOptions
| Modifier and Type | Field and Description |
|---|---|
String |
DocumentAsBase64String
A Base64 encoded string of the document file bytes.
|
String |
DocumentLastModified
Mandatory date - in ISO 8601 (yyyy-MM-dd) format - so that the Parser knows how to interpret dates in the document
that are expressed as "current" or "as of" or similar.
|
GeocodeOptions, IndexingOptions, OutputCandidateImage, OutputHtml, OutputPdf, OutputRtfConfiguration, NormalizerData, SkillsData| Constructor and Description |
|---|
ParseRequest(Document doc,
ParseOptions optionsToUse) |
public String DocumentAsBase64String
Java users can use Base64.getEncoder() and then Base64.Encoder.encodeToString(byte[])
public String DocumentLastModified
Use of the DocumentLastModified field is subject to the Acceptable Use Policy.
public ParseRequest(Document doc, ParseOptions optionsToUse)
doc - The document (resume or job) to parseoptionsToUse - Any non-default options to use (null for default)IllegalArgumentException - if the document is nullCopyright © 2021. All rights reserved.