Class ConversionMetadata
- Namespace
- Textkernel.Tx.Models.API.Parsing
- Assembly
- Textkernel.Tx.SDK.dll
Information about a document conversion
public class ConversionMetadata
- Inheritance
-
ConversionMetadata
- Inherited Members
Properties
DetectedType
The file type that was detected
public string DetectedType { get; set; }
Property Value
DocumentHash
The MD5 hash of the document bytes
public string DocumentHash { get; set; }
Property Value
ElapsedMilliseconds
How long the document conversion took, in milliseconds. This is a subset of TotalElapsedMilliseconds
public int ElapsedMilliseconds { get; set; }
Property Value
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/
public string OutputValidityCode { get; set; }
Property Value
SuggestedFileExtension
The suggested extension based on the DetectedType
public string SuggestedFileExtension { get; set; }