Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 347e6ff

Browse files
Merge pull request watson-developer-cloud#181 from daniel-bolanos/master
korean and gb instead of uk
2 parents 51f9f9e + 9027cba commit 347e6ff

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

views/demo.jsx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -424,12 +424,10 @@ export default React.createClass({
424424
}}
425425
>
426426
The returned result includes the recognized text, {' '}
427-
<a className="base--a" href="https://console.bluemix.net/docs/services/speech-to-text/output.html#output">word alternatives</a>, {' '}
428-
and <a className="base--a" href="https://console.bluemix.net/docs/services/speech-to-text/output.html#output">spotted keywords</a>. {' '}
429-
Some models can <a className="base--a" href="https://console.bluemix.net/docs/services/speech-to-text/output.html#output">detect multiple speakers</a>; this may slow down performance.
427+
<a className="base--a" href="https://console.bluemix.net/docs/services/speech-to-text/output.html#word_alternatives">word alternatives</a>, {' '}
428+
and <a className="base--a" href="https://console.bluemix.net/docs/services/speech-to-text/output.html#keyword_spotting">spotted keywords</a>. {' '}
429+
Some models can <a className="base--a" href="https://console.bluemix.net/docs/services/speech-to-text/output.html#speaker_labels">detect multiple speakers</a>; this may slow down performance.
430430
</div>
431-
432-
433431
<div className="flex setup">
434432
<div className="column">
435433

0 commit comments

Comments
 (0)