123456789101112131415161718192021222324 |
- // -
- // <copyright file="NamespaceDoc.cs" company="Microsoft Corporation">
- // Copyright (c) Microsoft Corporation. All rights reserved.
- // </copyright>
- // -
- // -
- // This file exists solely for documentation purposes.
- // Automatic documentation generation tools (such as Sandcastle)
- // use this to document the namespace.
- // -
- namespace Microsoft.Hawaii.Speech.Client
- {
- /// <summary>
- /// The Microsoft.Hawaii.Speech.Client namespace contains classes for
- /// sending audio information and receiving the textual representation
- /// of that audio through the Hawaii Speech Service.
- /// </summary>
- internal class NamespaceDoc
- {
- }
- }
|