feat: link to guide for configuring IBM Watson Speech to Text

pull/321/head
dessant 3 years ago
parent e8f3488514
commit ead4292c7c

@ -430,7 +430,7 @@
"description": "Text of the link." "description": "Text of the link."
}, },
"linkText_witSpeechApiGuide": { "linkText_apiGuide": {
"message": "How to get an API key?", "message": "How to get an API key?",
"description": "Text of the link." "description": "Text of the link."
}, },

@ -47,6 +47,16 @@
</v-textfield> </v-textfield>
</div> </div>
<a
class="service-guide"
v-if="options.speechService === 'ibmSpeechApi'"
target="_blank"
rel="noreferrer"
href="https://github.com/dessant/buster/wiki/Configuring-IBM-Watson-Speech-to-Text"
>
{{ getText('linkText_apiGuide') }}
</a>
<div <div
class="option select" class="option select"
v-if="options.speechService === 'microsoftSpeechApi'" v-if="options.speechService === 'microsoftSpeechApi'"
@ -108,7 +118,7 @@
rel="noreferrer" rel="noreferrer"
href="https://github.com/dessant/buster/wiki/Configuring-Wit.ai" href="https://github.com/dessant/buster/wiki/Configuring-Wit.ai"
> >
{{ getText('linkText_witSpeechApiGuide') }} {{ getText('linkText_apiGuide') }}
</a> </a>
</div> </div>
</div> </div>

Loading…
Cancel
Save