RecognizedPhrase.HomophoneGroupId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the identifier for the homophone group for the phrase.
public:
property int HomophoneGroupId { int get(); };
public int HomophoneGroupId { get; }
member this.HomophoneGroupId : int
Public ReadOnly Property HomophoneGroupId As Integer
Property Value
The identifier for the homophone group for the phrase.
Remarks
The speech recognizer assigns a group identifier to all recognition alternates that have the same pronunciation. For each alternate that has a unique pronunciation, the recognizer creates a homophone group. The speech recognizer generates new group of identifiers for each recognition operation, and the identifiers cannot be used to compare alternates from generated from separate recognition operations.
For example, for a recognition result that contained the alternates "the tale", "the tail", and "the ale", the first two alternates would belong to one homophone group, and the last alternate would be the single member of a second homophone group.
Applies to
See also
.NET