You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You're now set up to build your project and test your custom voice assistant using the Speech service.
106
+
1. Build your project, e.g. **"go build"**
107
+
2. Run the module and speak a phrase or sentence into your device's microphone. Your speech is transmitted to the Speech service and transcribed to text, which appears in the output.
37
108
38
-
### Sample code
39
109
40
110
> [!NOTE]
41
111
> The Speech SDK will default to recognizing using en-us for the language, see [Specify source language for speech to text](../../../../how-to-specify-source-language.md) for information on choosing the source language.
42
112
43
-
### Install and use the Speech SDK with Visual Studio Code
@@ -132,7 +122,6 @@ You're now set up to build your project and test your custom voice assistant usi
132
122
> [!NOTE]
133
123
> The Speech SDK will default to recognizing using en-us for the language, see [Specify source language for speech to text](../../../../how-to-specify-source-language.md) for information on choosing the source language.
0 commit comments