Class TBNewTermDefaultForLanguage
Specifies default values when new terms are added to a term base. Specific to a language of the term base.
Syntax
public class TBNewTermDefaultForLanguage
Fields
CaseSensitivity
Specifies recognizing the same term if the capital and lowercase letters are different in the term and in the text.
Declaration
public TBCaseSensitivity CaseSensitivity
Type
TBCaseSensitivityLanguageCode
The language (must be contained by the term base) to which this setting applies.
Declaration
public string LanguageCode
Type
StringMatching
Specifies recognizing the grammatical variants, such as suffixed forms.
Declaration
public TBMatching Matching