ISpeechRecoResultDispatch RecoContext Property (Microsoft Speech Platform)

Microsoft Speech Platform SDK 11

Microsoft Speech Platform

Interface: ISpeechRecoResultDispatch

RecoContext Property

The RecoContext property retrieves the current ISpeechRecoContext for the recognizer.

Applications may have multiple recognition contexts open at the same time. RecoContext provides a means to determine which context owns the recognition. For example, in situations with more than recognition context, a recognition result may call RecoContext to get the context associated with it. The returned context may be changed afterward and will not affect other contexts.

Syntax

Set: (This property is read-only)
Get: ISpeechRecoContext = ISpeechRecoResultDispatch.RecoContext

Parts

ISpeechRecoContextDispatch
The owning object.
SpSharedRecoContext
Set: (This property is read-only)
Get: An SpSharedRecoContext variable that gets the property.