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 DelegateAsyncOfficeDocumentProcessor.DelegateAsyncOfficeDocumentProcessor
- Method DelegateAsyncOfficeDocumentProcessor.ProcessAsync
- Constructor DelegateOfficeDocumentProcessor.DelegateOfficeDocumentProcessor
- Method DelegateOfficeDocumentProcessor.Process
- Method IAsyncOfficeDocumentProcessor.ProcessAsync
- Method ISynchronousOfficeDocumentProcessor.Process
- Method OfficeDocumentArtifactClassificationProcessor.Process
- Method OfficeDocumentAssetFilterProcessor.Process
- Method OfficeDocumentBlockNormalizationProcessor.Process
- Method OfficeDocumentLinkNormalizationProcessor.Process
- Method OfficeDocumentOcrProcessor.ProcessAsync
- Method OfficeDocumentProcessorBase.Process
- Method OfficeDocumentTableNormalizationProcessor.Process
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.