This class encapsulates the result of ExtractPDFJob.

Implements

Constructors

  • Constructs a new ExtractPDFResult instance with result content asset, resource asset and resource JSON object

    Parameters

    • resource: Asset

      result resource asset

    • Optional content: Asset

      result content asset

    • Optional contentJSON: JSON

      result content json

    Returns ExtractPDFResult

Properties

_content?: Asset
_contentJSON?: JSON
_resource: Asset

Accessors

  • get content(): undefined | Asset
  • Returns the Asset of JSON file containing extracted content of PDF file, if an internal asset was used as input PDF.

    Returns undefined | Asset

    Asset

  • get contentJSON(): undefined | JSON
  • Returns the JSON string containing extracted content of PDF file, if an internal asset was used as input PDF.

    Returns undefined | JSON

    the JSON string containing extracted content of PDF file

  • get resource(): Asset
  • Returns the Asset of zip file containing generated resources from extract operation.

    Returns Asset

    Asset

Generated using TypeDoc