Class FormatResumeResponseValue
- Namespace
- Textkernel.Tx.Models.API.Formatter
- Assembly
- Textkernel.Tx.SDK.dll
The Value from a 'FormatResume' response
public class FormatResumeResponseValue
- Inheritance
-
FormatResumeResponseValue
- Inherited Members
Properties
DocumentAsBase64String
The formatted resume document (either PDF or DOCX). This is a byte[] as a Base64-encoded string. You can use FromBase64String(string) to turn this back into a byte[]
public string DocumentAsBase64String { get; set; }