RecognizedPhrase.ReplacementWordUnits プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
音声認識エンジンが音声からテキストへの正規化の一部として変更したテキストに関する情報を取得します。
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)
プロパティ値
認識された入力を正規化したときに音声認識エンジンが置き換えたテキストのセクションを記述する ReplacementText オブジェクトのコレクション。
注釈
音声認識エンジンは、音声認識プロセスの一部として、認識された入力を表示フォームに正規化します。
たとえば、音声入力 "20 5 ドル" は、 Words プロパティに "20"、"5"、および "ドル" という単語が含まれ、プロパティに "$25.00" という語句が含まれている場合に認識結果を生成し Text ます。 テキストの正規化の詳細については、クラスを参照してください ReplacementText 。