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
- PageAsyncTaskManager.cs
- MetadataArtifactLoaderCompositeFile.cs
- TCPListener.cs
- Latin1Encoding.cs
- IndexingContentUnit.cs
- DataPagerCommandEventArgs.cs
- ActivityCodeGenerator.cs
- HttpFileCollectionBase.cs
- WindowsProgressbar.cs
- BitStack.cs
- LicenseManager.cs
- Point3DValueSerializer.cs
- XmlStringTable.cs
- AutomationAttributeInfo.cs
- NativeMethods.cs
- Control.cs
- RecognizedAudio.cs
- DataContractSerializerElement.cs
- CreateUserErrorEventArgs.cs
- PageThemeCodeDomTreeGenerator.cs
- ImageInfo.cs
- XmlTypeMapping.cs
- BindingCollection.cs
- ToolStripHighContrastRenderer.cs
- LazyInitializer.cs
- ValueExpressions.cs
- SemaphoreFullException.cs
- CollectionType.cs
- XmlSchemaComplexType.cs
- ClientRolePrincipal.cs
- PointAnimationUsingKeyFrames.cs
- RelOps.cs
- GetImportFileNameRequest.cs
- PrimaryKeyTypeConverter.cs
- ContractUtils.cs
- CodeArrayCreateExpression.cs
- MbpInfo.cs
- Transform.cs
- RegexCapture.cs
- ConnectionProviderAttribute.cs
- SerializerDescriptor.cs
- WebPartManager.cs
- DbConnectionStringCommon.cs
- ResourceContainer.cs
- CodeTypeReferenceExpression.cs
- MultiView.cs
- Config.cs
- UnauthorizedAccessException.cs
- StylusEventArgs.cs
- RectAnimationUsingKeyFrames.cs
- BufferedReadStream.cs
- JavaScriptSerializer.cs
- SiteMapProvider.cs
- PassportAuthentication.cs
- ChangeBlockUndoRecord.cs
- NumericPagerField.cs
- MappingException.cs
- Trustee.cs
- DataPagerField.cs
- PresentationAppDomainManager.cs
- Viewport3DVisual.cs
- DataGridViewCellMouseEventArgs.cs
- ClientConfigPaths.cs
- StructuralCache.cs
- ToolStripItemImageRenderEventArgs.cs
- SliderAutomationPeer.cs
- brushes.cs
- RSACryptoServiceProvider.cs
- TraceRecords.cs
- ExtentCqlBlock.cs
- TagPrefixInfo.cs
- EntityRecordInfo.cs
- Regex.cs
- ItemsPresenter.cs
- CompilationLock.cs
- CodeCompileUnit.cs
- UrlAuthorizationModule.cs
- AdCreatedEventArgs.cs
- CultureInfoConverter.cs
- MediaContext.cs
- GeneratedView.cs
- KeyboardDevice.cs
- XmlNamespaceManager.cs
- GlyphRunDrawing.cs
- UrlEncodedParameterWriter.cs
- DesignerFrame.cs
- SolidColorBrush.cs
- Message.cs
- documentation.cs
- SafeBitVector32.cs
- Interlocked.cs
- XmlnsDictionary.cs
- SessionParameter.cs
- NullExtension.cs
- invalidudtexception.cs
- FormattedTextSymbols.cs
- Socket.cs
- SqlNodeAnnotation.cs
- HostUtils.cs
- EdmItemCollection.OcAssemblyCache.cs