|
|
int | NONE = 0x00 |
| |
|
int | CHINESE_SIMPLIFIED = 0x01 |
| |
|
int | CHINESE_TRADITIONAL = 0x02 |
| |
|
int | JAPANESE = 0x04 |
| |
|
int | KOREAN = 0x08 |
| |
|
int | NON_CJK = 0x10 |
| |
|
int | ALL = 0x1F |
| |
|
int | CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL |
| |
|
int | CJK = CHINESE | JAPANESE | KOREAN |
| |
This enum represents the different language filters we can apply to a
``UniversalDetector``.
The documentation for this class was generated from the following file:
- docs/help/help-venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py