Group
Show / Hide Table of Contents

Class Conversions

Conversions output by the document converter during a parse transaction

Inheritance
System.Object
Conversions
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.Parsing
Assembly: Textkernel.Tx.SDK.dll
Syntax
public class Conversions

Properties

| Improve this Doc View Source

CandidateImage

If a candidate photo was extracted, it will be output here. 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 CandidateImage { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

CandidateImageExtension

If a candidate photo was extracted, the appropriate file extension for the photo will be output for this field (e.g. ".png").

Declaration
public string CandidateImageExtension { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

HTML

If requested by OutputHtml, this is the document converted to HTML.

Declaration
public string HTML { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

PDF

If requested by OutputPdf, this is the document converted to a PDF. 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 PDF { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

RTF

If requested by OutputRtf, this is the document converted to RTF.

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