Group
Show / Hide Table of Contents

Class ParsingMetadata

Metadata about a parsing transaction

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

Properties

| Improve this Doc View Source

ElapsedMilliseconds

How long it took to parse the document, 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

LicenseSerialNumber

For self-hosted customers only. The serial number of the current license being used for parsing.

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

TimedOut

Whether or not the transaction timed out. If this is true, the returned data may be incomplete

Declaration
public bool TimedOut { get; set; }
Property Value
Type Description
System.Boolean
| Improve this Doc View Source

TimedOutAtMilliseconds

If TimedOut is true, this is how much time was spent parsing before the timeout occurred

Declaration
public TxPrimitive<int> TimedOutAtMilliseconds { get; set; }
Property Value
Type Description
TxPrimitive<System.Int32>
  • Improve this Doc
  • View Source
☀
☾
In This Article
Back to top
Generated by DocFX
☀
☾