This class encapsulates the result of AutotagPDFJob.

Implements

Constructors

  • Constructs a new AutotagPDFResult instance with the tagged PDF asset and report asset.

    Parameters

    • Optional taggedPDF: Asset

      The tagged PDF asset

    • Optional report: Asset

      The report asset

    • Optional resource: Asset

      The zipped asset associated with the AutotagPDFJob result

    Returns AutotagPDFResult

Properties

_report?: Asset
_resource?: Asset
_taggedPDF?: Asset

Accessors

  • get report(): undefined | Asset
  • Returns report asset, if an internal asset was used as input PDF.

    Returns undefined | Asset

    Asset

  • get resource(): undefined | Asset
  • Returns the zipped asset associated with the AutotagPDFJob result, if an external asset was used as input PDF.

    Returns undefined | Asset

    Asset

  • get taggedPDF(): undefined | Asset
  • Returns tagged PDF asset, if an internal asset was used as input PDF.

    Returns undefined | Asset

    Asset

Generated using TypeDoc