CustomEntityAlias interface
A complex object that can be used to specify alternative spellings or synonyms to the root entity name.
Properties
accent |
Determine if the alias is accent sensitive. |
case |
Determine if the alias is case sensitive. |
fuzzy |
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