Recognizer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Base class that mostly contains common event handlers.
public class Recognizer : IDisposable
type Recognizer = class
interface IDisposable
Public Class Recognizer
Implements IDisposable
- Inheritance
-
Recognizer
- Derived
- Implements
Fields
disposed |
disposed is a flag used to indicate if object is disposed. |
gch |
GC handle for callbacks for context. |
isDisposing |
Indicates whether the object is currently being disposed. |
pointerHandle |
Internal for logging. |
recognizerLock |
recognizerLock is used to synchronize access to objects member variables from multiple threads |
Methods
Dispose() |
Dispose of associated resources. |
Dispose(Boolean) |
This method performs cleanup of resources.
The Boolean parameter |
Finalize() |
Events
SessionStarted |
Defines event handler for session started event. |
SessionStopped |
Defines event handler for session stopped event. |
SpeechEndDetected |
Defines event handler for speech end detected event. |
SpeechStartDetected |
Defines event handler for speech start detected event. |