public class ParsingMetadata extends Object
| Modifier and Type | Field and Description |
|---|---|
int |
ElapsedMilliseconds
How long it took to parse the document, in milliseconds.
|
String |
LicenseSerialNumber
For self-hosted customers only.
|
String |
ParserVersion
The version of the SaaS parser
|
boolean |
TimedOut
Whether or not the transaction timed out.
|
TxPrimitive<Integer> |
TimedOutAtMilliseconds
If
TimedOut is true, this is how much time was spent parsing before the timeout occurred |
| Constructor and Description |
|---|
ParsingMetadata() |
public String ParserVersion
public int ElapsedMilliseconds
ApiResponseInfo.TotalElapsedMillisecondspublic boolean TimedOut
true, the returned data may be incompletepublic TxPrimitive<Integer> TimedOutAtMilliseconds
TimedOut is true, this is how much time was spent parsing before the timeout occurredpublic String LicenseSerialNumber
Copyright © 2024. All rights reserved.