File tree Expand file tree Collapse file tree 9 files changed +4
-53
lines changed
articles/cognitive-services/Speech-Service Expand file tree Collapse file tree 9 files changed +4
-53
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- title : " Quickstart: Recognize speech from a microphone, Go - Speech service"
3
- titleSuffix : Azure Cognitive Services
4
- description : Learn how to recognize speech in Go using the Speech SDK.
5
- services : cognitive-services
6
2
author : trrwilson
7
- manager : nitinme
8
3
ms.service : cognitive-services
9
- ms.subservice : speech-service
10
4
ms.topic : include
11
5
ms.date : 03/25/2020
12
6
ms.author : travisw
Original file line number Diff line number Diff line change 1
1
---
2
- title : ' Quickstart: Recognize speech from a microphone, go - Speech service'
3
- titleSuffix : Azure Cognitive Services
4
- description : Learn how to recognize speech in Go using the Speech SDK.
5
- services : cognitive-services
6
2
author : trrwilson
7
- manager : nitinme
8
3
ms.service : cognitive-services
9
- ms.subservice : speech-service
10
4
ms.topic : include
11
5
ms.date : 05/25/2020
12
6
ms.author : trrwilson
@@ -17,8 +11,8 @@ ms.author: trrwilson
17
11
Before you get started:
18
12
19
13
> [ !div class="checklist"]
20
- > * [ Create an Azure Speech Resource ] ( ../../../../get-started.md )
21
- > * [ Setup your development environment and create an empty project] ( ../../../../quickstarts/setup-platform.md )
14
+ > * [ Create an Azure Speech resource ] ( ../../../../get-started.md )
15
+ > * [ Set up your development environment and create an empty project] ( ../../../../quickstarts/setup-platform.md )
22
16
> * Make sure that you have access to a microphone for audio capture
23
17
24
18
## Setup your environment
Original file line number Diff line number Diff line change 1
1
---
2
- title : " Quickstart: Recognize speech from a microphone, Go - Speech service"
3
- titleSuffix : Azure Cognitive Services
4
- description : Learn how to recognize speech in Go using the Speech SDK.
5
- services : cognitive-services
6
- services : cognitive-services
7
2
author : trrwilson
8
- manager : nitinme
9
3
ms.service : cognitive-services
10
- ms.subservice : speech-service
11
4
ms.topic : include
12
5
ms.date : 03/25/2020
13
6
ms.author : travisw
Original file line number Diff line number Diff line change 1
1
---
2
- title : ' Quickstart: Speech SDK Go (Linux) platform setup - Speech service'
3
- titleSuffix : Azure Cognitive Services
4
- description : Use this guide to set up your platform for Go on Linux with the Speech service SDK.
5
- services : cognitive-services
6
2
author : glecaros
7
- manager : nitinme
8
3
ms.service : cognitive-services
9
- ms.subservice : speech-service
10
4
ms.topic : include
11
5
ms.date : 03/30/2020
12
6
ms.author : gelecaro
Original file line number Diff line number Diff line change 1
1
---
2
- title : ' Quickstart: Speech SDK C++ (Linux) platform setup - Speech service'
3
- titleSuffix : Azure Cognitive Services
4
- description : Use this guide to set up your platform on Linux with the Speech service SDK.
5
- services : cognitive-services
6
2
author : glecaros
7
- manager : nitinme
8
3
ms.service : cognitive-services
9
- ms.subservice : speech-service
10
4
ms.topic : include
11
5
ms.date : 03/30/2020
12
6
ms.author : gelecaro
Original file line number Diff line number Diff line change 1
1
---
2
- title : ' Quickstart: Create a custom voice assistant, Go - Speech service'
3
- titleSuffix : Azure Cognitive Services
4
- description : Learn how to create a custom voice assistant in Go using the Speech SDK.
5
- services : cognitive-services
6
2
author : trrwilson
7
- manager : nitinme
8
3
ms.service : cognitive-services
9
- ms.subservice : speech-service
10
4
ms.topic : include
11
5
ms.date : 05/25/2020
12
6
ms.author : trrwilson
Original file line number Diff line number Diff line change 1
1
---
2
- title : ' Quickstart: Create a custom voice assistant, Go - Speech service'
3
- titleSuffix : Azure Cognitive Services
4
- description : Learn how to create a custom voice assistant in Go using the Speech SDK.
5
- services : cognitive-services
6
2
author : trrwilson
7
- manager : nitinme
8
3
ms.service : cognitive-services
9
- ms.subservice : speech-service
10
4
ms.topic : include
11
5
ms.date : 05/25/2020
12
6
ms.author : trrwilson
Original file line number Diff line number Diff line change 1
1
---
2
- title : ' Quickstart: Create a custom voice assistant, Go - Speech service'
3
- titleSuffix : Azure Cognitive Services
4
- description : Learn how to create a custom voice assistant in Go using the Speech SDK.
5
- services : cognitive-services
6
2
author : trrwilson
7
- manager : nitinme
8
3
ms.service : cognitive-services
9
- ms.subservice : speech-service
10
4
ms.topic : include
11
5
ms.date : 05/25/2020
12
6
ms.author : trrwilson
Original file line number Diff line number Diff line change @@ -83,8 +83,8 @@ zone_pivot_groups: programming-languages-set-three
83
83
::: zone-end
84
84
85
85
::: zone pivot="programming-language-go"
86
- ** Choose your target environment**
87
- #### [ Linux] ( #tab/golang-linux )
86
+
88
87
[ !INCLUDE [ go-linux] ( ../includes/quickstarts/platform/go-linux.md )]
88
+
89
89
* * *
90
90
::: zone-end
You can’t perform that action at this time.
0 commit comments