WritingStyleEnum
WritingStyleEnum enumeration constants are used to describe available writing styles of handprinted letters.
typedef enum {
WS_DetectByLocale,
WS_American,
WS_German,
WS_Russian,
WS_Polish,
WS_Thai,
WS_Japanese,
WS_Arabic,
WS_Baltic,
WS_British,
WS_Bulgarian,
WS_Canadian,
WS_Czech,
WS_Croatian,
WS_French,
WS_Greek,
WS_Hungarian,
WS_Italian,
WS_Romanian,
WS_Slovak,
WS_Spanish,
WS_Turkish,
WS_Ukrainian,
WS_Common,
WS_Chinese,
WS_Azerbaijan,
WS_Kazakh,
WS_Kirgiz,
WS_Latvian,
WS_Auto
} WritingStyleEnum;
Elements
Name | Description | Examples |
---|---|---|
WS_American | The American writing style. |
– 2 – J |
WS_Arabic |
The Arabic writing style. This style does not contain any specific characters. There is no need to use this constant. |
|
WS_Auto | The writing style is detected by FineReader Engine automatically. The IRecognizerParams::WritingStyle property cannot return this value. If that property was set to WS_Auto, after processing it returns the writing style that was detected. | |
WS_Azerbaijan | The Azerbaijan writing style. | – C, |
WS_Baltic | The Baltic writing style. | |
WS_British | The British writing style. | |
WS_Bulgarian | The Bulgarian writing style. | |
WS_Canadian | The Canadian writing style. | |
WS_Chinese | The Chinese writing style. | |
WS_Common | The Esperanto writing style. | |
WS_Croatian | The Croatian writing style. |
– D – d |
WS_Czech | The Czech writing style. |
– 9 – Z |
WS_DetectByLocale | The writing style is selected depending on the current language of the operating system. This constant cannot be the return value of the IRecognizerParams::WritingStyle property. If that property was set to WS_DetectByLocale, after processing it returns the writing style corresponding to the language of the operating system. | |
WS_French | The French writing style. |
– AE – oe |
WS_German | The German writing style. |
– 1 – B |
WS_Greek | The Greek writing style. |
– 1 – U |
WS_Hungarian | The Hungarian writing style. |
– Q – Ü |
WS_Italian | The Italian writing style. | – À |
WS_Japanese | The Japanese writing style. |
– 5 – 4 |
WS_Kazakh | The Kazakh writing style. | – I |
WS_Kirgiz | The Kirgiz writing style. | |
WS_Latvian | The Latvian writing style. |
– J – f |
WS_Polish | The Polish writing style. |
– D – 4 |
WS_Romanian | The Romanian writing style. |
– d – J |
WS_Russian | The Russian writing style. | – 2 |
WS_Slovak | The Slovak writing style. |
– K – 1 |
WS_Spanish | The Spanish writing style. |
– ñ – Ñ |
WS_Thai | The Thai writing style. | |
WS_Turkish |
The Turkish writing style. This style does not contain any specific characters. There is no need to use this constant. |
|
WS_Ukrainian | The Ukrainian writing style. |
Used in
IRecognizerParams::WritingStyle
See also
7/3/2024 8:50:25 AM