Class AutotagPDFResult
- java.lang.Object
-
- com.adobe.pdfservices.operation.pdfjobs.result.AutotagPDFResult
-
- All Implemented Interfaces:
PDFServicesJobResult
public class AutotagPDFResult extends Object implements PDFServicesJobResult
This class encapsulates the result ofAutotagPDFJob.
-
-
Constructor Summary
Constructors Constructor Description AutotagPDFResult(Asset taggedPDF)Constructs a newAutotagPDFResultinstance with the tagged PDF asset.AutotagPDFResult(Asset taggedPDF, Asset report)Constructs a newAutotagPDFResultinstance with the tagged PDF asset and report asset.AutotagPDFResult(Asset taggedPDF, Asset report, Asset resource)Constructs a newAutotagPDFResultinstance with the tagged PDF asset, report asset and resource asset.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AssetgetReport()Returns report asset, if an internal asset was used as input PDFAssetgetResource()Returns resource asset enclosing zipped output result, if an external asset was used as input PDFAssetgetTaggedPDF()Returns tagged PDF asset, if an internal asset was used as input PDF
-
-
-
Constructor Detail
-
AutotagPDFResult
public AutotagPDFResult(Asset taggedPDF)
Constructs a newAutotagPDFResultinstance with the tagged PDF asset.- Parameters:
taggedPDF- tagged PDF asset
-
AutotagPDFResult
public AutotagPDFResult(Asset taggedPDF, Asset report)
Constructs a newAutotagPDFResultinstance with the tagged PDF asset and report asset.- Parameters:
taggedPDF- tagged PDF assetreport- report asset
-
AutotagPDFResult
public AutotagPDFResult(Asset taggedPDF, Asset report, Asset resource)
Constructs a newAutotagPDFResultinstance with the tagged PDF asset, report asset and resource asset.- Parameters:
taggedPDF- tagged PDF assetreport- report assetresource- resource asset, enclosing zipped output result
-
-