메인 콘텐츠로 건너뛰기

Documentation Index

Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt

Use this file to discover all available pages before exploring further.

DictionaryTypeEnum 열거형 상수는 다양한 사전 유형을 나타내는 데 사용됩니다.
typedef enum {
 DT_SystemDictionary,
 DT_UserDictionary,
 DT_RegularExpression,
 DT_ExternalDictionary
} DictionaryTypeEnum;

요소

NameDescription
DT_ExternalDictionary외부 사전입니다. ExternalDictionaryDescription을 통해 외부 사전 설명에 액세스할 수 있습니다.
DT_RegularExpression정규식 기반 사전입니다. RegExpDictionaryDescription을 통해 정규식 기반 사전 설명에 액세스할 수 있습니다.
DT_SystemDictionary표준 사전입니다. StandardDictionaryDescription을 통해 표준 사전 설명에 액세스할 수 있습니다.
DT_UserDictionary사용자 정의 사전입니다. UserDictionaryDescription을 통해 사용자 정의 사전 설명에 액세스할 수 있습니다.

사용 위치

IDictionaryDescription::Type IDictionaryDescriptions::AddNew