Skip to content

Commit 36afd65

Browse files
committed
feat: link to guide for configuring Microsoft Azure Speech to Text
1 parent 8930b1c commit 36afd65

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/options/App.vue

+10
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,16 @@
8989
</v-textfield>
9090
</div>
9191

92+
<a
93+
class="service-guide"
94+
v-if="options.speechService === 'microsoftSpeechApi'"
95+
target="_blank"
96+
rel="noreferrer"
97+
href="https://github.com/dessant/buster/wiki/Configuring-Microsoft-Azure-Speech-to-Text"
98+
>
99+
{{ getText('linkText_apiGuide') }}
100+
</a>
101+
92102
<v-textfield
93103
v-if="options.speechService === 'witSpeechApi'"
94104
v-for="item in witSpeechApis"

0 commit comments

Comments
 (0)