# DocumentProcessed

Output payload returned for the document-processed platform event.

> Kind: Apex type · Updated: 2026-07-01

Custom Apex type representing the output that Platform Events and the Platform Events Apex Handler methods return for the document-processed platform event type.

## Fields

### Output fields
| Parameter | Type | Required | Description |
|---|---|---|---|
| Context | String | optional | Context associated with the processed document event. |
| ProcessedDocumentId | String | optional | Identifier of the processed document. |
| File | <a href="#/apex-type-resource">Resource</a> | optional | Details of the processed file. See Resource. |
