Click or drag to resize

VotingEngine.DefaultRecognitionCulture Property

Returns the default recognition language for this engine.

Namespace:  Atalasoft.Ocr.Voting
Assembly:  Atalasoft.dotImage.Ocr (in Atalasoft.dotImage.Ocr.dll) Version: 11.5.0.0.0.156 (.NET 4.6.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