Group
Show / Hide Table of Contents

Class FormatResumeResponseValue

The Value from a 'FormatResume' response

Inheritance
System.Object
FormatResumeResponseValue
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Textkernel.Tx.Models.API.Formatter
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class FormatResumeResponseValue

Properties

| Improve this Doc View Source

DocumentAsBase64String

The formatted resume document (either PDF or DOCX). This is a langword_csharp_byte[] as a Base64-encoded string. You can use System.Convert.FromBase64String(System.String) to turn this back into a langword_csharp_byte[]

Declaration
public string DocumentAsBase64String { get; set; }
Property Value
Type Description
System.String
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾