Compartir a través de


Uso de la colección Recognizers

Si usa varios reconocedores, puede usar la colección Recognizers para enumerar reconocedores disponibles y permitir que un usuario seleccione entre ellos. Una colección Recognizers busca reconocedores instalados, consulta los atributos de los objetos Recognizer y almacena los resultados. Las aplicaciones pueden usar la colección Recognizers para mostrar una lista de reconocedores disponibles sin cargar cada DLL del reconocedor.

Nota

La colección Recognizers usa el registro del sistema para comprobar tanto los reconocedores de Microsoft como los reconocedores de terceros.

 

En la tabla siguiente se muestran los valores de los identificadores de idioma que admite cada reconocedor de Microsoft.

Nota

No hay ningún identificador de idioma asociado al reconocedor de gestos de Microsoft.

 

Nombre del reconocedor Identificador de idioma principal, identificador de sublanguaje (en orden admitido)
Reconocedor de gestos de Microsoft
None
Microsoft English (Reino Unido) Handwriting Recognizer
LANG_ENGLISH, SUBLANG_ENGLISH_UK
LANG_ENGLISH, SUBLANG_ENGLISH_EIRE
Reconocedor de escritura a mano de Microsoft English (Estados Unidos)
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 French 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
Reconocedor de escritura a mano alemán de Microsoft
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
Reconocedor de escritura a mano japonés de Microsoft
LANG_JAPANESE, SUBLANG_NEUTRAL
LANG_JAPANESE, SUBLANG_DEFAULT
Reconocedor de escritura a mano de Microsoft Coreano
LANG_KOREAN, SUBLANG_NEUTRAL
LANG_KOREAN, SUBLANG_DEFAULT
Reconocedor de escritura a mano de Microsoft Chino (simplificado)
LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
LANG_CHINESE, SUBLANG_CHINESE_SINGAPORE
LANG_CHINESE, SUBLANG_NEUTRAL
Reconocedor de escritura a mano de Microsoft Chino (tradicional)
LANG_CHINESE, SUBLANG_CHINESE_TRADITIONAL
LANG_CHINESE, SUBLANG_CHINESE_HONGKONG
LANG_CHINESE, SUBLANG_CHINESE_MACAU
LANG_CHINESE, SUBLANG_NEUTRAL

 

Para obtener más información sobre los identificadores de idioma, vea Constantes y cadenas de identificador de idioma.