Click or drag to resize

VotingEngineGetSupportedRecognitionCultures Method

Returns an array of supported recognition languages 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[] GetSupportedRecognitionCultures()

Return Value

Type: CultureInfo
An array of supported recognition languages for this engine
Remarks
Some engines support few or one recognition language. Some engines support hundreds, although most of the supported languages are equivalent to "latin alphabet" or "cyrillic alphabet". Some engines provide languages for which there is no equivalent CultureInfo (Esperanto, for example) and therefore can't be reflected in this interface.
See Also