Skip to content

Cerence

Cerence is a web service that provides speech recognition and NLU in one. Furthermore, there is a TTS service. In stepDP, the Cerence services are integrated via additional components. To use this component, add the following dependency to your maven project.

<dependency>
    <groupId>de.dfki.step</groupId>
    <artifactId>cerence</artifactId>
    <version>[1.0.0,1.1.0)</version>
</dependency>

Make sure that the version matches your stepDP version. The easiest way is to add only the Cerence components, as this has stepDP as a dependency anyway.