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
- ApplicationManager.cs
- ExplicitDiscriminatorMap.cs
- FragmentQueryProcessor.cs
- EventSinkActivity.cs
- ReferenceConverter.cs
- LicenseProviderAttribute.cs
- ILGenerator.cs
- XmlQueryOutput.cs
- Animatable.cs
- CapabilitiesUse.cs
- ButtonFieldBase.cs
- Version.cs
- ItemsControl.cs
- SkewTransform.cs
- HttpCacheVaryByContentEncodings.cs
- EnumValAlphaComparer.cs
- PropertyDescriptorComparer.cs
- SerTrace.cs
- SequentialOutput.cs
- ObjectStateFormatter.cs
- CompositeScriptReferenceEventArgs.cs
- SystemIPInterfaceProperties.cs
- UrlAuthorizationModule.cs
- XamlTreeBuilder.cs
- DbMetaDataCollectionNames.cs
- URIFormatException.cs
- NativeMethods.cs
- HttpContextWrapper.cs
- UInt64Converter.cs
- DefaultWorkflowLoaderService.cs
- TabItemAutomationPeer.cs
- MsmqInputChannel.cs
- MdImport.cs
- SQLDoubleStorage.cs
- CodeSubDirectory.cs
- XmlSignatureManifest.cs
- InvalidDocumentContentsException.cs
- DynamicILGenerator.cs
- DictionaryKeyPropertyAttribute.cs
- InboundActivityHelper.cs
- LogManagementAsyncResult.cs
- Monitor.cs
- ImportCatalogPart.cs
- RewritingSimplifier.cs
- Axis.cs
- InputChannelAcceptor.cs
- ItemsChangedEventArgs.cs
- CapiSymmetricAlgorithm.cs
- SchemaComplexType.cs
- ADRoleFactory.cs
- IdnMapping.cs
- MsmqAppDomainProtocolHandler.cs
- BindingMAnagerBase.cs
- NonSerializedAttribute.cs
- XmlDocumentFragment.cs
- PageBreakRecord.cs
- HttpResponse.cs
- InternalConfigConfigurationFactory.cs
- OracleConnectionFactory.cs
- newinstructionaction.cs
- TextViewSelectionProcessor.cs
- FlowNode.cs
- DCSafeHandle.cs
- SpecialNameAttribute.cs
- TimeSpanConverter.cs
- XmlSerializerAssemblyAttribute.cs
- ComplexTypeEmitter.cs
- _ProxyRegBlob.cs
- CorrelationResolver.cs
- DataGridPagerStyle.cs
- SafeSystemMetrics.cs
- EntityDataSourceSelectingEventArgs.cs
- HtmlTableRow.cs
- ReferentialConstraint.cs
- WebPartConnection.cs
- NameValueConfigurationElement.cs
- UnauthorizedWebPart.cs
- ControlType.cs
- ComboBoxDesigner.cs
- LookupBindingPropertiesAttribute.cs
- AlternateView.cs
- ReturnType.cs
- srgsitem.cs
- ColorKeyFrameCollection.cs
- TextAutomationPeer.cs
- RelationshipDetailsRow.cs
- DataGridViewCellStyleBuilderDialog.cs
- ClipboardData.cs
- ClientData.cs
- FixedSOMPageElement.cs
- ReliableRequestSessionChannel.cs
- SynchronizedInputProviderWrapper.cs
- Command.cs
- Funcletizer.cs
- DataSourceControlBuilder.cs
- ClipboardProcessor.cs
- Propagator.JoinPropagator.cs
- Stack.cs
- DocumentApplicationState.cs
- KeyboardDevice.cs