Skip to content

Commit 5352590

Browse files
authored
Merge pull request #99227 from erhopf/freshness-1217
[CogSvcs] Metadata cleanup #1 (12-17-2019)
2 parents bf171aa + aec5cd6 commit 5352590

File tree

33 files changed

+111
-40
lines changed

33 files changed

+111
-40
lines changed
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
---
22
title: "Quickstart: Recognize speech from an audio file, C++ - Speech service"
33
titleSuffix: Azure Cognitive Services
4-
description: TBD
54
services: cognitive-services
65
author: erhopf
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
11-
ms.date: 10/28/2019
10+
ms.date: 12/17/2019
1211
ms.author: erhopf
1312
---
1413

@@ -19,4 +18,4 @@ ms.author: erhopf
1918
[!INCLUDE [macos](./macos.md)]
2019
#### [Windows](#tab/Windows)
2120
[!INCLUDE [windows](./windows.md)]
22-
* * *
21+
* * *
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
---
22
title: "Quickstart: Recognize speech from an audio file, C++ - Speech service"
33
titleSuffix: Azure Cognitive Services
4-
description: TBD
54
services: cognitive-services
65
author: erhopf
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
11-
ms.date: 10/28/2019
10+
ms.date: 12/17/2019
1211
ms.author: erhopf
1312
---
1413

1514
> [!div class="nextstepaction"]
16-
> [Explore C++ samples on GitHub](https://aka.ms/speech/github-cpp)
15+
> [Explore C++ samples on GitHub](https://aka.ms/speech/github-cpp)

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/header.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: "Quickstart: Recognize speech from an audio file, C++ - Speech service"
33
titleSuffix: Azure Cognitive Services
4-
description: TBD
54
services: cognitive-services
65
author: erhopf
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
10+
<<<<<<< HEAD
11+
ms.date: 12/17/2019
12+
=======
1113
ms.date: 10/28/2019
14+
>>>>>>> 34375507a6a9dabc49d422608c19b7fe54779f45
1215
ms.author: erhopf
1316
---
1417

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/linux.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: 'Quickstart: Recognize speech from an audio file, C++ (Linux) - Speech service'
33
titleSuffix: Azure Cognitive Services
4-
description: Learn how to recognize speech in C++ on Linux by using the Speech SDK
54
services: cognitive-services
65
author: wolfma61
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
10+
<<<<<<< HEAD
11+
ms.date: 12/17/2019
12+
=======
1113
ms.date: 07/05/2019
14+
>>>>>>> 34375507a6a9dabc49d422608c19b7fe54779f45
1215
ms.author: wolfma
1316
---
1417

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/cpp/macos.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: 'Quickstart: Recognize speech from an audio file, C++ (macOS) - Speech service'
33
titleSuffix: Azure Cognitive Services
4-
description: Learn how to recognize speech in C++ on macOS by using the Speech SDK
54
services: cognitive-services
65
author: wolfma61
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
10+
<<<<<<< HEAD
11+
ms.date: 12/17/2019
12+
=======
1113
ms.date: 07/05/2019
14+
>>>>>>> 34375507a6a9dabc49d422608c19b7fe54779f45
1215
ms.author: wolfma
1316
---
1417

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,19 @@
11
---
22
title: 'Quickstart: Recognize speech from an audio file, C++ (Windows) - Speech service'
33
titleSuffix: Azure Cognitive Services
4-
description: Learn how to recognize speech in C++ on Windows Desktop by using the Speech SDK
54
services: cognitive-services
65
author: wolfma61
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
10+
<<<<<<< HEAD
11+
ms.date: 12/17/2019
12+
ms.author: wolfma61
13+
=======
1114
ms.date: 08/19/2019
1215
ms.author: wolfma
16+
>>>>>>> 34375507a6a9dabc49d422608c19b7fe54779f45
1317
---
1418

1519
## Prerequisites

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: "Quickstart: Recognize speech from an audio file, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
4-
description: TBD
54
services: cognitive-services
65
author: erhopf
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
10+
<<<<<<< HEAD
11+
ms.date: 12/17/2019
12+
=======
1113
ms.date: 10/28/2019
14+
>>>>>>> 34375507a6a9dabc49d422608c19b7fe54779f45
1215
ms.author: erhopf
1316
---
1417

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: "Quickstart: Recognize speech from an audio file, C# (.NET) - Speech service"
33
titleSuffix: Azure Cognitive Services
4-
description: TBD
54
services: cognitive-services
65
author: erhopf
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
10+
<<<<<<< HEAD
11+
ms.date: 12/17/2019
12+
=======
1113
ms.date: 10/28/2019
14+
>>>>>>> 34375507a6a9dabc49d422608c19b7fe54779f45
1215
ms.author: erhopf
1316
---
1417

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/footer.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: "Quickstart: Recognize speech from an audio file, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
4-
description: TBD
54
services: cognitive-services
65
author: erhopf
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
10+
<<<<<<< HEAD
11+
ms.date: 12/17/2019
12+
=======
1113
ms.date: 10/28/2019
14+
>>>>>>> 34375507a6a9dabc49d422608c19b7fe54779f45
1215
ms.author: erhopf
1316
---
1417

articles/cognitive-services/Speech-Service/includes/quickstarts/from-file/csharp/header.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
---
22
title: "Quickstart: Recognize speech from an audio file, C# - Speech service"
33
titleSuffix: Azure Cognitive Services
4-
description: TBD
54
services: cognitive-services
65
author: erhopf
76
manager: nitinme
87
ms.service: cognitive-services
98
ms.subservice: speech-service
109
ms.topic: include
10+
<<<<<<< HEAD
11+
ms.date: 12/17/2019
12+
=======
1113
ms.date: 10/28/2019
14+
>>>>>>> 34375507a6a9dabc49d422608c19b7fe54779f45
1215
ms.author: erhopf
1316
---
1417

0 commit comments

Comments
 (0)