RecognizedPhrase.Homophones 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得與此辨識片語發音相同的辨識替代項目集合。
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)
屬性值
與此辨識片語發音相同之辨識替代項目的唯讀集合。
備註
這個屬性會傳回與這個辨識的片語具有相同發音的所有其他辨識替代項。
例如,對於包含替代 "故事" 和 "tail" 的辨識結果,第一個替代 "故事" 的 homophones 集合會包含第二個片語 "tail"。 第二個替代 "tail" 的 homophones 集合會包含第一個片語 "故事"。