plison / opendial

A generic Java toolkit for building dialogue systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nuance documentation error in XML

GoogleCodeExporter opened this issue · comments

https://code.google.com/p/opendial/wiki/SpeechRecognitionAndSynthesis states 
        <settings>
                <modules>opendial.plugins.NuanceSpeech</modules>
                <id>application_id</id>
                <key>application_key</secret>
                <lang>language_code</lang>
        </settings>

It should be <key>application_key</key>.

Original issue reported on code.google.com by e...@masx.nl on 26 Feb 2015 at 12:58

thanks for noticing the error ;-)

Original comment by plison2 on 27 Feb 2015 at 1:01

  • Changed state: Fixed