RecognizedPhrase::Homophones Property

 

Gets a collection of the recognition alternates that have the same pronunciation as this recognized phrase.

Namespace:   System.Speech.Recognition
Assembly:  System.Speech (in System.Speech.dll)

public:
property ReadOnlyCollection<RecognizedPhrase^>^ Homophones {
	ReadOnlyCollection<RecognizedPhrase^>^ get();
}

Property Value

Type: System.Collections.ObjectModel::ReadOnlyCollection<RecognizedPhrase^>^

A read-only collection of the recognition alternates that have the same pronunciation as this recognized phrase.

This property returns all other recognition alternates that have the same pronunciation as this recognized phrase.

For example, for a recognition result that contained the alternates, "the tale" and "the tail", the homophones collection for the first alternate, "the tale", would contain the second phrase, "the tail". The homophones collection for the second alternate, "the tail", would contain the first phrase, "the tale".

.NET Framework
Available since 3.0
Return to top
Show: