Skip to content

Commit

Permalink
feat: link to guide for configuring Microsoft Azure Speech to Text
Browse files Browse the repository at this point in the history
  • Loading branch information
dessant committed Sep 25, 2021
1 parent 8930b1c commit 36afd65
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/options/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,16 @@
</v-textfield>
</div>

<a
class="service-guide"
v-if="options.speechService === 'microsoftSpeechApi'"
target="_blank"
rel="noreferrer"
href="https://github.com/dessant/buster/wiki/Configuring-Microsoft-Azure-Speech-to-Text"
>
{{ getText('linkText_apiGuide') }}
</a>

<v-textfield
v-if="options.speechService === 'witSpeechApi'"
v-for="item in witSpeechApis"
Expand Down

0 comments on commit 36afd65

Please sign in to comment.