Click or drag to resize

VotingEngineDefaultRecognitionCulture Property

Returns the default recognition language for this engine.

Namespace:  Atalasoft.Ocr.Voting
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public override CultureInfo DefaultRecognitionCulture { get; }

Property Value

Type: CultureInfo
The default recognition language for this engine.
Remarks
Most engines will return English or neutral culture as their default.
See Also