Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / 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
- TdsParameterSetter.cs
- InitializerFacet.cs
- TemplateBindingExtensionConverter.cs
- XamlInt32CollectionSerializer.cs
- QuaternionIndependentAnimationStorage.cs
- XNodeNavigator.cs
- TableCell.cs
- AuthenticationManager.cs
- ProxyHwnd.cs
- OLEDB_Util.cs
- Constants.cs
- FlowLayoutSettings.cs
- TypeReference.cs
- ArgumentDesigner.xaml.cs
- newinstructionaction.cs
- Int32Storage.cs
- SchemaCollectionPreprocessor.cs
- FlowDocument.cs
- StatusStrip.cs
- MouseGesture.cs
- DivideByZeroException.cs
- Propagator.cs
- LookupBindingPropertiesAttribute.cs
- PropertyDescriptorCollection.cs
- HierarchicalDataSourceControl.cs
- XmlIlGenerator.cs
- ContextInformation.cs
- SortedList.cs
- JulianCalendar.cs
- DataFieldConverter.cs
- TreeViewItemAutomationPeer.cs
- OutputCacheProfileCollection.cs
- TypedReference.cs
- CustomCategoryAttribute.cs
- RegexRunner.cs
- ExpressionBinding.cs
- shaper.cs
- CodeTypeMember.cs
- MenuAutomationPeer.cs
- UseLicense.cs
- FixedElement.cs
- SafeReversePInvokeHandle.cs
- LiteralLink.cs
- PeerResolverSettings.cs
- HttpListenerContext.cs
- DescendantQuery.cs
- IdentityManager.cs
- MasterPageBuildProvider.cs
- TextRenderer.cs
- TextServicesLoader.cs
- ObjectStateEntryDbUpdatableDataRecord.cs
- HtmlTitle.cs
- SoapTypeAttribute.cs
- Operand.cs
- PagesSection.cs
- ArrayWithOffset.cs
- WindowsTab.cs
- GroupQuery.cs
- BasicExpressionVisitor.cs
- _NtlmClient.cs
- NamespaceInfo.cs
- BoundConstants.cs
- MouseDevice.cs
- OdbcUtils.cs
- CompositionAdorner.cs
- PixelFormats.cs
- InfocardChannelParameter.cs
- WebPartRestoreVerb.cs
- TemplateManager.cs
- TemplateControlParser.cs
- EllipseGeometry.cs
- FloaterParagraph.cs
- CheckBox.cs
- _StreamFramer.cs
- SqlGatherProducedAliases.cs
- ViewGenResults.cs
- CodeChecksumPragma.cs
- TextTreeRootTextBlock.cs
- SponsorHelper.cs
- SchemaImporter.cs
- COM2PropertyDescriptor.cs
- TreeNodeStyleCollection.cs
- ContentDisposition.cs
- DoubleUtil.cs
- compensatingcollection.cs
- ExcludeFromCodeCoverageAttribute.cs
- FamilyCollection.cs
- ToolStripStatusLabel.cs
- XmlAttribute.cs
- AttributeTable.cs
- CriticalHandle.cs
- EncryptedPackageFilter.cs
- ExpressionParser.cs
- FrameworkElement.cs
- Cursor.cs
- PropertyOverridesTypeEditor.cs
- CharEntityEncoderFallback.cs
- HierarchicalDataSourceControl.cs
- TiffBitmapDecoder.cs
- ThicknessKeyFrameCollection.cs