RecognizedPhrase.ReplacementWordUnits プロパティ

定義

音声認識エンジンが音声からテキストへの正規化の一部として変更したテキストに関する情報を取得します。

public:
 property System::Collections::ObjectModel::Collection<System::Speech::Recognition::ReplacementText ^> ^ ReplacementWordUnits { System::Collections::ObjectModel::Collection<System::Speech::Recognition::ReplacementText ^> ^ get(); };
public System.Collections.ObjectModel.Collection<System.Speech.Recognition.ReplacementText> ReplacementWordUnits { get; }
member this.ReplacementWordUnits : System.Collections.ObjectModel.Collection<System.Speech.Recognition.ReplacementText>
Public ReadOnly Property ReplacementWordUnits As Collection(Of ReplacementText)

プロパティ値

Collection<ReplacementText>

認識された入力を正規化したときに音声認識エンジンが置き換えたテキストのセクションを記述する ReplacementText オブジェクトのコレクション。

注釈

音声認識エンジンは、音声認識プロセスの一部として、認識された入力を表示フォームに正規化します。

たとえば、音声入力 "20 5 ドル" は、 Words プロパティに "20"、"5"、および "ドル" という単語が含まれ、プロパティに "$25.00" という語句が含まれている場合に認識結果を生成し Text ます。 テキストの正規化の詳細については、クラスを参照してください ReplacementText

適用対象

こちらもご覧ください