Partager via


Utilisation de la collection Recognizers

Si vous utilisez plusieurs modules de reconnaissance, vous pouvez utiliser la collection Recognizers pour répertorier les modules de reconnaissance disponibles et permettre à un utilisateur de choisir parmi eux. Une collection Recognizers recherche les modules de reconnaissance installés, interroge les attributs des objets Recognizer et stocke les résultats. Les applications peuvent utiliser la collection Recognizers pour afficher une liste de modules de reconnaissance disponibles sans charger chaque DLL de module de reconnaissance.

Notes

La collection Recognizers utilise le registre système pour case activée pour les modules de reconnaissance Microsoft et les modules de reconnaissance tiers.

 

Le tableau suivant montre les valeurs des identificateurs de langue pris en charge par chaque module de reconnaissance Microsoft.

Notes

Aucun identificateur de langue n’est associé au module de reconnaissance de mouvements Microsoft.

 

Nom du module de reconnaissance ID de langue principale, ID de sous-langue (dans l’ordre pris en charge)
Microsoft Gesture Recognizer
Aucun
Microsoft English (Royaume-Uni) Handwriting Recognizer
LANG_ENGLISH, SUBLANG_ENGLISH_UK
LANG_ENGLISH, SUBLANG_ENGLISH_EIRE
Microsoft English (États-Unis) Handwriting Recognizer
LANG_ENGLISH, SUBLANG_ENGLISH_US
LANG_ENGLISH, SUBLANG_ENGLISH_AUS
LANG_ENGLISH, SUBLANG_ENGLISH_BELIZE
LANG_ENGLISH, SUBLANG_ENGLISH_CAN
LANG_ENGLISH, SUBLANG_ENGLISH_CARIBBEAN
LANG_ENGLISH, SUBLANG_ENGLISH_JAMAICA
LANG_ENGLISH, SUBLANG_ENGLISH_NZ
LANG_ENGLISH, SUBLANG_ENGLISH_PHILIPPINES
LANG_ENGLISH, SUBLANG_ENGLISH_SOUTH_AFRICA
LANG_ENGLISH, SUBLANG_ENGLISH_TRINIDAD
LANG_ENGLISH, SUBLANG_ENGLISH_ZIMBABWE
LANG_ENGLISH, SUBLANG_NEUTRAL
Microsoft Français Handwriting Recognizer
LANG_FRENCH, SUBLANG_FRENCH
LANG_FRENCH, SUBLANG_FRENCH_BELGIAN
LANG_FRENCH, SUBLANG_FRENCH_CANADIAN
LANG_FRENCH, SUBLANG_FRENCH_LUXEMBOURG
LANG_FRENCH, SUBLANG_FRENCH_MONACO
LANG_FRENCH, SUBLANG_FRENCH_SWISS
LANG_FRENCH, SUBLANG_NEUTRAL
Microsoft German Handwriting Recognizer
LANG_GERMAN, SUBLANG_GERMAN
LANG_GERMAN, SUBLANG_GERMAN_AUSTRIAN
LANG_GERMAN, SUBLANG_GERMAN_LIECHTENSTEIN
LANG_GERMAN, SUBLANG_GERMAN_LUXEMBOURG
LANG_GERMAN, SUBLANG_GERMAN_SWISS
LANG_GERMAN, SUBLANG_NEUTRAL
Microsoft Spanish Handwriting Recognizer
LANG_SPANISH, SUBLANG_SPANISH
LANG_SPANISH, SUBLANG_NEUTRAL
Microsoft Japanese Handwriting Recognizer
LANG_JAPANESE, SUBLANG_NEUTRAL
LANG_JAPANESE, SUBLANG_DEFAULT
Microsoft Korean Handwriting Recognizer
LANG_KOREAN, SUBLANG_NEUTRAL
LANG_KOREAN, SUBLANG_DEFAULT
Microsoft Chinese (Simplified) Handwriting Recognizer
LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
LANG_CHINESE, SUBLANG_CHINESE_SINGAPORE
LANG_CHINESE, SUBLANG_NEUTRAL
Microsoft Chinese (Traditionnel) Handwriting Recognizer
LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
LANG_CHINESE, SUBLANG_CHINESE_HONGKONG
LANG_CHINESE, SUBLANG_CHINESE_MACAU
LANG_CHINESE, SUBLANG_NEUTRAL

 

Pour plus d’informations sur les identificateurs de langue, consultez Constantes et chaînes d’identificateur de langue.