public class FormatResumeResponseValue extends Object
ApiResponse.Value from a Format Resume response| Modifier and Type | Field and Description |
|---|---|
String |
DocumentAsBase64String
The formatted resume document (either PDF or DOCX).
|
| Constructor and Description |
|---|
FormatResumeResponseValue() |
public String DocumentAsBase64String
byte[] as a Base64-encoded string. You can use
Base64.Decoder.decode(String) to get a byte[] to save to disk.Copyright © 2024. All rights reserved.