SpeechRecognitionHypothesis クラス

定義

進行中のディクテーション セッション中に音声認識エンジンによって返される認識結果フラグメント。

結果フラグメントは、音声認識が長いディクテーション セッション中に入力を処理していることを示す場合に役立ちます。

public ref class SpeechRecognitionHypothesis sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class SpeechRecognitionHypothesis final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class SpeechRecognitionHypothesis
Public NotInheritable Class SpeechRecognitionHypothesis
継承
Object Platform::Object IInspectable SpeechRecognitionHypothesis
属性

Windows の要件

デバイス ファミリ
Windows 10 (10.0.10240.0 で導入)
API contract
Windows.Foundation.UniversalApiContract (v1.0 で導入)

注釈

アプリは、HypothesisGenerated イベントの処理中に SpeechRecognitionHypothesisGeneratedEventArgs.Hypothesis プロパティを使用してこのオブジェクトを取得します。

プロパティ

Text

進行中のディクテーション セッション中に音声認識エンジンによって返される仮説 (認識結果フラグメント) のテキストを取得します。

適用対象

こちらもご覧ください