Class AutotagPDFResult

    • Constructor Detail

      • AutotagPDFResult

        public AutotagPDFResult​(Asset taggedPDF)
        Constructs a new AutotagPDFResult instance with the tagged PDF asset.
        Parameters:
        taggedPDF - tagged PDF asset
      • AutotagPDFResult

        public AutotagPDFResult​(Asset taggedPDF,
                                Asset report)
        Constructs a new AutotagPDFResult instance with the tagged PDF asset and report asset.
        Parameters:
        taggedPDF - tagged PDF asset
        report - report asset
      • AutotagPDFResult

        public AutotagPDFResult​(Asset taggedPDF,
                                Asset report,
                                Asset resource)
        Constructs a new AutotagPDFResult instance with the tagged PDF asset, report asset and resource asset.
        Parameters:
        taggedPDF - tagged PDF asset
        report - report asset
        resource - resource asset, enclosing zipped output result
    • Method Detail

      • getTaggedPDF

        public Asset getTaggedPDF()
        Returns tagged PDF asset, if an internal asset was used as input PDF
        Returns:
        Asset
      • getReport

        public Asset getReport()
        Returns report asset, if an internal asset was used as input PDF
        Returns:
        Asset
      • getResource

        public Asset getResource()
        Returns resource asset enclosing zipped output result, if an external asset was used as input PDF
        Returns:
        Asset, enclosing zipped output result