言語

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)

プロパティ値

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

注釈

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

たとえば、代替候補 "the tale" と "the tail" を含む認識結果の場合、最初の代替のホモフォン コレクション "the tale" には、2 番目の語句 "tail" が含まれます。 2 番目の代替の "the tail" のホモフォン コレクションには、最初のフレーズ "tale" が含まれます。

適用対象

こちらもご覧ください