CustomEntityAlias interface

A complex object that can be used to specify alternative spellings or synonyms to the root entity name.

Properties

accentSensitive

Determine if the alias is accent sensitive.

caseSensitive

Determine if the alias is case sensitive.

fuzzyEditDistance

Determine the fuzzy edit distance of the alias.

text

The text of the alias.

Property Details

accentSensitive

Determine if the alias is accent sensitive.

accentSensitive?: boolean

Property Value

boolean

caseSensitive

Determine if the alias is case sensitive.

caseSensitive?: boolean

Property Value

boolean

fuzzyEditDistance

Determine the fuzzy edit distance of the alias.

fuzzyEditDistance?: number

Property Value

number

text

The text of the alias.

text: string

Property Value

string