Group
Show / Hide Table of Contents

Class ConversionMetadata

Information about a document conversion

Inheritance
System.Object
ConversionMetadata
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 ConversionMetadata

Properties

| Improve this Doc View Source

DetectedType

The file type that was detected

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

DocumentHash

The MD5 hash of the document bytes

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

ElapsedMilliseconds

How long the document conversion took, in milliseconds. This is a subset of TotalElapsedMilliseconds

Declaration
public int ElapsedMilliseconds { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

OutputValidityCode

The computed validity based on the source text. This will indicate whether a document looks like a legitimate resume/job or not. See https://developer.textkernel.com/tx-platform/v10/resume-parser/overview/document-conversion-code/

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

SuggestedFileExtension

The suggested extension based on the DetectedType

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