NamespaceDoc.cs 692 B

123456789101112131415161718192021222324
  1. // -
  2. // <copyright file="NamespaceDoc.cs" company="Microsoft Corporation">
  3. // Copyright (c) Microsoft Corporation. All rights reserved.
  4. // </copyright>
  5. // -
  6. // -
  7. // This file exists solely for documentation purposes.
  8. // Automatic documentation generation tools (such as Sandcastle)
  9. // use this to document the namespace.
  10. // -
  11. namespace Microsoft.Hawaii.Speech.Client
  12. {
  13. /// <summary>
  14. /// The Microsoft.Hawaii.Speech.Client namespace contains classes for
  15. /// sending audio information and receiving the textual representation
  16. /// of that audio through the Hawaii Speech Service.
  17. /// </summary>
  18. internal class NamespaceDoc
  19. {
  20. }
  21. }