Skip to content

Commit 8971388

Browse files
committed
Corrected include metadata. Fixed alert style.
1 parent c23f41b commit 8971388

File tree

4 files changed

+9
-37
lines changed

4 files changed

+9
-37
lines changed

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/cpp/windows.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, C++ - Speech service"
3-
titleSuffix: Azure Cognitive Services
4-
description: TBD
5-
services: cognitive-services
6-
author: erhopf
7-
manager: nitinme
2+
author: IEvangelist
83
ms.service: cognitive-services
9-
ms.subservice: speech-service
104
ms.topic: include
115
ms.date: 01/13/2020
12-
ms.author: erhopf
13-
zone_pivot_groups: programming-languages-set-two
6+
ms.author: dapine
147
---
158

169
## Prerequisites

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/csharp/dotnet.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, C# - Speech service"
3-
titleSuffix: Azure Cognitive Services
4-
description: TBD
5-
services: cognitive-services
6-
author: erhopf
7-
manager: nitinme
2+
author: IEvangelist
83
ms.service: cognitive-services
9-
ms.subservice: speech-service
104
ms.topic: include
115
ms.date: 01/13/2020
12-
ms.author: erhopf
13-
zone_pivot_groups: programming-languages-set-two
6+
ms.author: dapine
147
---
158

169
## Prerequisites

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/java/jre.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, Java - Speech service"
3-
titleSuffix: Azure Cognitive Services
4-
description: TBD
5-
services: cognitive-services
6-
author: erhopf
7-
manager: nitinme
2+
author: IEvangelist
83
ms.service: cognitive-services
9-
ms.subservice: speech-service
104
ms.topic: include
115
ms.date: 01/13/2020
12-
ms.author: erhopf
13-
zone_pivot_groups: programming-languages-set-two
6+
ms.author: dapine
147
---
158

169
## Prerequisites

articles/cognitive-services/Speech-Service/includes/quickstarts/from-blob/python/python.md

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,9 @@
11
---
2-
title: "Quickstart: Recognize speech stored in blob storage, C# - Speech service"
3-
titleSuffix: Azure Cognitive Services
4-
description: TBD
5-
services: cognitive-services
6-
author: erhopf
7-
manager: nitinme
2+
author: IEvangelist
83
ms.service: cognitive-services
9-
ms.subservice: speech-service
104
ms.topic: include
115
ms.date: 01/13/2020
12-
ms.author: erhopf
13-
zone_pivot_groups: programming-languages-set-two
6+
ms.author: dapine
147
---
158

169
## Prerequisites
@@ -38,7 +31,7 @@ Follow these steps for the installation:
3831
1. Install the extracted python-client module in your Python environment using pip: `pip install path/to/package/python-client`.
3932
1. The installed package has the name `swagger_client`. You can check that the installation worked using the command `python -c "import swagger_client"`.
4033

41-
> **Note:**
34+
> [!NOTE]
4235
> Due to a [known bug in the Swagger autogeneration](https://github.com/swagger-api/swagger-codegen/issues/7541), you might encounter errors on importing the `swagger_client` package.
4336
> These can be fixed by deleting the line with the content
4437
> ```py

0 commit comments

Comments
 (0)