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>

この認識された語句と同じ発音の代替認識の読み取り専用コレクション。

注釈

このプロパティは、この認識された語句と同じ発音を持つ他のすべての認識代替を返します。

たとえば、"tale of two" と "the tail" という代替が含まれている認識結果の場合、最初の代替の同音異義語コレクションである "tale of two" には、2番目の "the tail" という語句が含まれます。 2番目の代替の同音異義語コレクションである "tail" には、最初の "the tale of two" という語句が含まれます。

適用対象

こちらもご覧ください