Fields

Fields
ParameterDescription
fileId
String
requiredIdentifier of the file to process.
driveId
String
requiredIdentifier of the drive the file lives in.
library
String
requiredStorage library the document belongs to.
context
String
requiredJSON context passed to the processing operation.
instructions
String
optionalOptional instructions guiding how the document is processed.
pagesToProcess
String
optionalOptional specification of which pages of the document to process.
agents
List<String>
optionalOptional list of agents to run against the document.

Constructors

global ProcessDocumentPayload(
  String fileId,
  String driveId,
  String library,
  String context
)
global ProcessDocumentPayload(
  String fileId,
  String driveId,
  String library,
  String context,
  List<String> agents
)
global ProcessDocumentPayload(
  String fileId,
  String driveId,
  String library,
  String context,
  String instructions,
  String pagesToProcess,
  List<String> agents
)