Provides access to the property representing the ASR name spellings for this user (use Property.NameSpellingsAsr).

Namespace: ININ.IceLib.Configuration
Assembly: ININ.IceLib.Configuration (in ININ.IceLib.Configuration.dll) Version: 0.0.0.0 (22.3.0.218)

Syntax

C#
public GeneralConfigurationProperty<UserConfiguration..::..Property, Collection<string>> NameSpellingsAsr { get; }
Visual Basic
Public ReadOnly Property NameSpellingsAsr As GeneralConfigurationProperty(Of UserConfiguration..::..Property, Collection(Of String))
	Get

Field Value

The property representing the ASR name spellings.

Remarks

Note
The user's or workgroup's phonetic spelling of the name. You can specify multiple spellings for ASR. The ASR spelling attribute should be a multi-valued attribute.
Note
The ASR phonetic spelling values are used by the “Reco Create Company Directory Grammar”. This can be very useful to add nick names or different spellings of a user’s name. Any valid grammar token may be specified in this list. For example, assume a user called “John Smith”. That’s the first and last name as he is known to the IC system and used by default for the company directory grammar. However, you want to add additional spellings to increase the coverage of the grammar by adding the following alternate spellings:
  • Johnny Smith
  • John Robert Smith
  • John R Smith
Note
You should be careful not to add too many alternate spellings without actually knowing whether the spellings will be used by callers. If the grammar coverage becomes too broad, in particular if the company directory already contains a lot of similarly sounding names, the recognitions quality will be degraded because of the ambiguity.

Version Information

Supported for IC Server version 2015 R1 and beyond.
For 4.0, supported for IC Server version 4.0 GA and beyond.
For 3.0, supported for IC Server version 3.0 SU 7 and beyond.

See Also