Code:
/ Dotnetfx_Vista_SP2 / Dotnetfx_Vista_SP2 / 8.0.50727.4016 / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Speech / Src / Result / RecognitionEventArgs.cs / 1 / RecognitionEventArgs.cs
//------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System; namespace System.Speech.Recognition { /// TODOC [Serializable] public abstract class RecognitionEventArgs : EventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal RecognitionEventArgs (RecognitionResult result) { _result = result; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region Public Properties // All this class has is a property to access the main result. /// TODOC <_include file='doc\RecognitionResult.uex' path='docs/doc[@for="RecognitionEventArgs.Result"]/*' /> public RecognitionResult Result { get { return _result; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private RecognitionResult _result; #endregion } /// TODOC [Serializable] public class SpeechRecognizedEventArgs : RecognitionEventArgs { //******************************************************************* // // Constructors // //******************************************************************** #region Constructors internal SpeechRecognizedEventArgs (RecognitionResult result) : base (result) { } #endregion } /// TODOC [Serializable] public class SpeechRecognitionRejectedEventArgs : RecognitionEventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal SpeechRecognitionRejectedEventArgs (RecognitionResult result) : base (result) { } #endregion } /// TODOC [Serializable] public class SpeechHypothesizedEventArgs : RecognitionEventArgs { //******************************************************************* // // Constructors // //******************************************************************** #region Constructors internal SpeechHypothesizedEventArgs (RecognitionResult result) : base (result) { } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007. //------------------------------------------------------------------ //// Copyright (c) Microsoft Corporation. All rights reserved. // //----------------------------------------------------------------- using System; namespace System.Speech.Recognition { /// TODOC [Serializable] public abstract class RecognitionEventArgs : EventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal RecognitionEventArgs (RecognitionResult result) { _result = result; } #endregion //******************************************************************** // // Public Properties // //******************************************************************* #region Public Properties // All this class has is a property to access the main result. /// TODOC <_include file='doc\RecognitionResult.uex' path='docs/doc[@for="RecognitionEventArgs.Result"]/*' /> public RecognitionResult Result { get { return _result; } } #endregion //******************************************************************** // // Private Fields // //******************************************************************** #region Private Fields private RecognitionResult _result; #endregion } /// TODOC [Serializable] public class SpeechRecognizedEventArgs : RecognitionEventArgs { //******************************************************************* // // Constructors // //******************************************************************** #region Constructors internal SpeechRecognizedEventArgs (RecognitionResult result) : base (result) { } #endregion } /// TODOC [Serializable] public class SpeechRecognitionRejectedEventArgs : RecognitionEventArgs { //******************************************************************* // // Constructors // //******************************************************************* #region Constructors internal SpeechRecognitionRejectedEventArgs (RecognitionResult result) : base (result) { } #endregion } /// TODOC [Serializable] public class SpeechHypothesizedEventArgs : RecognitionEventArgs { //******************************************************************* // // Constructors // //******************************************************************** #region Constructors internal SpeechHypothesizedEventArgs (RecognitionResult result) : base (result) { } #endregion } } // File provided for Reference Use Only by Microsoft Corporation (c) 2007.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- CqlParserHelpers.cs
- TypeConverterHelper.cs
- CodeDOMUtility.cs
- ExecutionEngineException.cs
- LogRestartAreaEnumerator.cs
- PrimitiveXmlSerializers.cs
- ConfigXmlSignificantWhitespace.cs
- XmlSchemaInclude.cs
- CustomSignedXml.cs
- MultipartIdentifier.cs
- StreamingContext.cs
- MenuItemCollectionEditorDialog.cs
- ListControl.cs
- CatalogZoneBase.cs
- FontCacheUtil.cs
- CodeTypeOfExpression.cs
- DataColumnMappingCollection.cs
- TagPrefixCollection.cs
- MasterPageBuildProvider.cs
- SelectionRangeConverter.cs
- SecurityTokenResolver.cs
- RootDesignerSerializerAttribute.cs
- ISAPIRuntime.cs
- DataPointer.cs
- CacheDependency.cs
- OptimisticConcurrencyException.cs
- SequentialUshortCollection.cs
- DSASignatureFormatter.cs
- DbBuffer.cs
- TemplateAction.cs
- GrabHandleGlyph.cs
- SoapAttributeAttribute.cs
- ObfuscationAttribute.cs
- MDIClient.cs
- DataRowView.cs
- QuaternionValueSerializer.cs
- SmiTypedGetterSetter.cs
- CompositeFontFamily.cs
- TemplatedMailWebEventProvider.cs
- _DigestClient.cs
- Visitors.cs
- FlowLayoutSettings.cs
- MethodToken.cs
- SafeSecurityHelper.cs
- SqlStream.cs
- CodeEntryPointMethod.cs
- WebProxyScriptElement.cs
- RC2CryptoServiceProvider.cs
- OracleCommandBuilder.cs
- RtfToXamlLexer.cs
- WrapperEqualityComparer.cs
- Brushes.cs
- Transform3DGroup.cs
- Int32Collection.cs
- BamlLocalizableResourceKey.cs
- CompilerScopeManager.cs
- ThreadLocal.cs
- ResourceManagerWrapper.cs
- ComponentEditorForm.cs
- FontCollection.cs
- CodeNamespaceImport.cs
- SupportingTokenSecurityTokenResolver.cs
- SchemaNamespaceManager.cs
- AsyncPostBackErrorEventArgs.cs
- FontEmbeddingManager.cs
- SpoolingTask.cs
- MenuItemAutomationPeer.cs
- RangeValidator.cs
- ItemCollectionEditor.cs
- ConfigPathUtility.cs
- CompModSwitches.cs
- ArrangedElement.cs
- MarkerProperties.cs
- CommandEventArgs.cs
- RegularExpressionValidator.cs
- TypeDelegator.cs
- OrderPreservingPipeliningSpoolingTask.cs
- Membership.cs
- Exception.cs
- ThicknessAnimationUsingKeyFrames.cs
- XPathSelfQuery.cs
- AppDomainProtocolHandler.cs
- PropertiesTab.cs
- ErrorStyle.cs
- IsolatedStorageException.cs
- Stroke.cs
- DataGridViewAutoSizeColumnsModeEventArgs.cs
- DataSourceView.cs
- SmtpException.cs
- SHA256Cng.cs
- _ListenerResponseStream.cs
- CqlLexerHelpers.cs
- TimeoutHelper.cs
- DialogDivider.cs
- OutputCacheSection.cs
- XmlValidatingReader.cs
- XamlStyleSerializer.cs
- ValidationErrorEventArgs.cs
- ListViewDataItem.cs
- TypedReference.cs