API Reference
Class
OcrEngineCapabilities
Capabilities exposed by one configured OCR engine.
Inheritance
- Object
- OcrEngineCapabilities
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 DelegateOcrEngine.Capabilities
- Property IOcrEngine.Capabilities
- Method OcrEngineCapabilities.Clone
- Property OcrEngineExecution.Capabilities
Accepted by parameters
- Constructor DelegateOcrEngine.DelegateOcrEngine
Constructors
public OcrEngineCapabilities() #Methods
public OcrEngineCapabilities Clone() #Returns:
OcrEngineCapabilitiesCreates 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. Empty means the engine does not pre-declare a restriction.
public IReadOnlyList<String> SupportedLanguages { get; set; } #Language identifiers known to the engine. Empty 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.