LocaleGuardLocaleCategory Enumeration |
http://www.emgu.com
The locale category
Namespace:
Emgu.CV.OCR
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
Syntaxpublic enum LocaleCategory
Public Enumeration LocaleCategory
public enum class LocaleCategory
Members
| Member name | Value | Description |
---|
| All | 0 |
All
|
| Collate | 1 |
Collate
|
| Ctype | 2 |
Ctype
|
| Monetary | 3 |
Monetary
|
| Numeric | 4 |
Numeric
|
| Time | 5 |
Time
|
See Also