API Reference
Class
OfficeOcrEngineRequest
One bounded recognition request passed to an OCR engine.
Inheritance
- Object
- OfficeOcrEngineRequest
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Accepted by parameters
Constructors
public OfficeOcrEngineRequest() #Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public OfficeDocumentOcrCandidate Candidate { get; set; } #OCR candidate being resolved.
public OfficeDocumentAsset Asset { get; set; } #Materialized asset associated with the candidate.
public Byte[] Payload { get; set; } #Validated asset payload supplied to the engine.
public String Language { get; set; } #Requested language or language expression, when configured.
public OfficeDocumentSource Source { get; set; } #Source document metadata for provider-side correlation.
public IReadOnlyDictionary<String, String> ProviderOptions { get; set; } #Provider-specific scalar options supplied by the host.