RecognizedPhrase.Homophones 屬性

定義

取得與此辨識片語發音相同的辨識替代項目集合。

public:
 property System::Collections::ObjectModel::ReadOnlyCollection<System::Speech::Recognition::RecognizedPhrase ^> ^ Homophones { System::Collections::ObjectModel::ReadOnlyCollection<System::Speech::Recognition::RecognizedPhrase ^> ^ get(); };
public System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase> Homophones { get; }
member this.Homophones : System.Collections.ObjectModel.ReadOnlyCollection<System.Speech.Recognition.RecognizedPhrase>
Public ReadOnly Property Homophones As ReadOnlyCollection(Of RecognizedPhrase)

屬性值

ReadOnlyCollection<RecognizedPhrase>

與此辨識片語發音相同之辨識替代項目的唯讀集合。

備註

這個屬性會傳回與這個辨識的片語具有相同發音的所有其他辨識替代項。

例如,對於包含替代 "故事" 和 "tail" 的辨識結果,第一個替代 "故事" 的 homophones 集合會包含第二個片語 "tail"。 第二個替代 "tail" 的 homophones 集合會包含第一個片語 "故事"。

適用於

另請參閱