OpenQuizz
Une application de gestion des contenus pédagogiques
LanguageFilter Class Reference
Inheritance diagram for LanguageFilter:
Collaboration diagram for LanguageFilter:

Static Public Attributes

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
 

Detailed Description

This enum represents the different language filters we can apply to a
``UniversalDetector``.

Field Documentation

◆ ALL

int ALL = 0x1F
static

◆ CHINESE

int CHINESE = CHINESE_SIMPLIFIED | CHINESE_TRADITIONAL
static

◆ CHINESE_SIMPLIFIED

int CHINESE_SIMPLIFIED = 0x01
static

◆ CHINESE_TRADITIONAL

int CHINESE_TRADITIONAL = 0x02
static

◆ CJK

int CJK = CHINESE | JAPANESE | KOREAN
static

◆ JAPANESE

int JAPANESE = 0x04
static

◆ KOREAN

int KOREAN = 0x08
static

◆ NON_CJK

int NON_CJK = 0x10
static

The documentation for this class was generated from the following file: