API Reference
Class
OfficeDocumentProcessorContext
Immutable context for one processor invocation.
Inheritance
- Object
- OfficeDocumentProcessorContext
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
- Constructor DelegateOfficeDocumentProcessor.DelegateOfficeDocumentProcessor
- Constructor DelegateOfficeDocumentProcessor.DelegateOfficeDocumentProcessor
- Constructor DelegateOfficeDocumentProcessor.DelegateOfficeDocumentProcessor
- Method DelegateOfficeDocumentProcessor.Process
- Method DelegateOfficeDocumentProcessor.ProcessAsync
- Method IOfficeDocumentProcessor.Process
- Method IOfficeDocumentProcessor.ProcessAsync
- Method OfficeDocumentArtifactClassificationProcessor.Process
- Method OfficeDocumentArtifactClassificationProcessor.ProcessAsync
- Method OfficeDocumentAssetFilterProcessor.Process
- Method OfficeDocumentAssetFilterProcessor.ProcessAsync
- Method OfficeDocumentBlockNormalizationProcessor.Process
- Method OfficeDocumentBlockNormalizationProcessor.ProcessAsync
- Method OfficeDocumentLinkNormalizationProcessor.Process
- Method OfficeDocumentLinkNormalizationProcessor.ProcessAsync
- Method OfficeDocumentOcrProcessor.Process
- Method OfficeDocumentOcrProcessor.ProcessAsync
- Method OfficeDocumentProcessorBase.Process
- Method OfficeDocumentProcessorBase.ProcessAsync
- Method OfficeDocumentTableNormalizationProcessor.Process
- Method OfficeDocumentTableNormalizationProcessor.ProcessAsync
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String ProcessorId { get; } #Stable processor identifier.
public Int32 ProcessorIndex { get; } #Zero-based processor index in configured execution order.
public Int32 ProcessorCount { get; } #Total configured processor count.
public CancellationToken CancellationToken { get; } #Cancellation token for this processing operation.