Skip to content

Commit 8930b1c

Browse files
committed
feat: link to guide for configuring Google Cloud Speech to Text
1 parent 10cf778 commit 8930b1c

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

src/options/App.vue

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,16 @@
2525
</v-textfield>
2626
</div>
2727

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+
2838
<div
2939
class="option select"
3040
v-if="options.speechService === 'ibmSpeechApi'"

0 commit comments

Comments
 (0)