public class Proc extends ResponseEntity
Operations to source PDF Documents to extract content and data from them.
To learn more about procs, please visit their dedicated section in the PDFDATA.io API reference.
| Modifier and Type | Class and Description |
|---|---|
static class |
Proc.Status |
| Constructor and Description |
|---|
Proc() |
| Modifier and Type | Method and Description |
|---|---|
java.time.Instant |
getCreated() |
Set |
getDocIDs()
Returns the set of IDs of
Documents included in this proc, only if the
proc's status is Proc.Status.PENDING or
Proc.Status.REFUSED. |
List<ProcessedDocument> |
getDocuments()
Returns the documents included in this proc (which carry the
results of the Operations applied to them by the proc via
ProcessedDocument.getResults()), only if the
proc's status is Proc.Status.COMPLETE. |
String |
getID() |
List<Operation> |
getOperations() |
Set |
getSourceTags() |
Proc.Status |
getStatus() |
public String getID()
ProcsRequest.byID(String)public java.time.Instant getCreated()
public Set getSourceTags()
public Proc.Status getStatus()
public Set getDocIDs()
Documents included in this proc, only if the
proc's status is Proc.Status.PENDING or
Proc.Status.REFUSED. This method will return null
or an empty set if this proc has been completed.public List<ProcessedDocument> getDocuments()
results of the Operations applied to them by the proc via
ProcessedDocument.getResults()), only if the
proc's status is Proc.Status.COMPLETE. Otherwise, this method
will return null.Copyright © 2017 PDFDATA.io. All rights reserved.