Fields
Fields
| Parameter | Description | |
|---|---|---|
fileIdString |
required | Identifier of the file to process. |
driveIdString |
required | Identifier of the drive the file lives in. |
libraryString |
required | Storage library the document belongs to. |
contextString |
required | JSON context passed to the processing operation. |
instructionsString |
optional | Optional instructions guiding how the document is processed. |
pagesToProcessString |
optional | Optional specification of which pages of the document to process. |
agentsList<String> |
optional | Optional 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 )