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)
プロパティ値
この認識された語句と同じ発音の代替認識の読み取り専用コレクション。
注釈
このプロパティは、この認識された語句と同じ発音を持つ他のすべての認識代替を返します。
たとえば、"tale of two" と "the tail" という代替が含まれている認識結果の場合、最初の代替の同音異義語コレクションである "tale of two" には、2番目の "the tail" という語句が含まれます。 2番目の代替の同音異義語コレクションである "tail" には、最初の "the tale of two" という語句が含まれます。