API Reference
Class
OfficeOcrEngineCapabilities
Capabilities exposed by one configured OCR engine.
Inheritance
- Object
- OfficeOcrEngineCapabilities
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
- Property DelegateOfficeOcrEngine.Capabilities
- Property IOfficeOcrEngine.Capabilities
- Method OfficeOcrEngineCapabilities.Clone
Accepted by parameters
- Constructor DelegateOfficeOcrEngine.DelegateOfficeOcrEngine
Constructors
public OfficeOcrEngineCapabilities() #Methods
public OfficeOcrEngineCapabilities Clone() #Returns:
OfficeOcrEngineCapabilitiesCreates an independent capability snapshot.
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public IReadOnlyList<String> SupportedMediaTypes { get; set; } #Media types accepted by the engine. An empty collection means the provider does not pre-declare a restriction.
public IReadOnlyList<String> SupportedLanguages { get; set; } #Language identifiers known to the engine. An empty collection means language discovery is provider-specific.
public Boolean SupportsLineSpans { get; set; } #Whether line-level text spans can be returned.
public Boolean SupportsWordSpans { get; set; } #Whether word-level text spans can be returned.
public Boolean SupportsCharacterSpans { get; set; } #Whether character-level text spans can be returned.
public Boolean SupportsConfidence { get; set; } #Whether confidence values can be returned.
public Boolean SupportsConcurrentRequests { get; set; } #Whether the same engine instance accepts concurrent recognition requests.