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