Does it exist a way to allow vocal interaction ?

1
0
-1

Hello

I want to allow vocal interaction in my forms, then call an API, which recognizes the words
But I can't find any vocal connector or widget connector in community version, does it exist a way to work with ?

Thank's for reading

Arnaud

1 answer

1
0
-1

Bonjour Arnaud,

Bonita n'est pas équipé d'un logiciel de reconnaissance vocal permettant d'ajouter des données vocales directement dans les formulaires. Cependant vous pouvez utiliser un logiciel externe de reconnaissance vocale et le connecter au processus par un connecteur WebServices par exemple ou un connecteur de base de données si les données traduites sont stockées en base.

Si vous souhaitez interagir directement au niveau des formulaires, vous pouvez utiliser des API REST pour récupérer les informations, voire développer un Widget personnalisé en suivant la documentation.


Bonita does not have voice recognition software to add voice data directly to forms. However, you can use external voice recognition software and connect it to the process by a WebServices connector for example or a database connector if the translated data is stored in the database.

If you want to interact directly at the form level, you can use REST APIs to retrieve information, or even develop a custom Widget by following the documentation.

Notifications