Class DictationRecognizerSTT
Speech to text component using Windows Speech Recognition DictationRecognizer as backend.
Inherited Members
Namespace: NPCEngine.Components
Assembly: cs.temp.dll.dll
Syntax
public class DictationRecognizerSTT : AbstractSpeechToText
Fields
debugLogs
Show debug messages.
Declaration
public bool debugLogs
Field Value
Type | Description |
---|---|
Boolean |
Properties
PolicyNotAccepted
Property that indicates that windows speech is not configured.
Declaration
public bool PolicyNotAccepted { get; }
Property Value
Type | Description |
---|---|
Boolean |
RecognizerStarted
Property that indicates that recognizer is running.
Declaration
public bool RecognizerStarted { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
StartListening()
Declaration
public override void StartListening()
Overrides
StopListening()
Declaration
public override void StopListening()