We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10cf778 commit 8930b1cCopy full SHA for 8930b1c
1 file changed
src/options/App.vue
@@ -25,6 +25,16 @@
25
</v-textfield>
26
</div>
27
28
+ <a
29
+ class="service-guide"
30
+ v-if="options.speechService === 'googleSpeechApi'"
31
+ target="_blank"
32
+ rel="noreferrer"
33
+ href="https://github.com/dessant/buster/wiki/Configuring-Google-Cloud-Speech-to-Text"
34
+ >
35
+ {{ getText('linkText_apiGuide') }}
36
+ </a>
37
+
38
<div
39
class="option select"
40
v-if="options.speechService === 'ibmSpeechApi'"
0 commit comments