You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add a tangy-audio-recording-nlp which is an enhancement to the tangy-audio-recording input and provides a summary with outputs received from an NLP processed recording.
configs
[ ] URL of the NLP model
[ ] an audio-recording input or file with audio to supply to the NLP model
[ ] language (or languages shown in dropdown) for the NLP processing
functionality
When a section opens with the tangy-audio-recording-nlp will send the audio recording data to the NLP module url. The UI will show asynchronous processing elements until data are returned. The returned processed data will be displayed in the UI. The UI will show a 'reprocess' button that re-sends the audio-recording through the NLP model. The language of the input audio will also be displayed along with an optional dropdown menu with languages. The languages in the dropdown will be configurable by the form author.
outputs
The output for the input will be the returned data from the model (simplified).
The text was updated successfully, but these errors were encountered:
Add a
tangy-audio-recording-nlp
which is an enhancement to thetangy-audio-recording
input and provides a summary with outputs received from an NLP processed recording.configs
[ ] URL of the NLP model
[ ] an audio-recording input or file with audio to supply to the NLP model
[ ] language (or languages shown in dropdown) for the NLP processing
functionality
When a section opens with the
tangy-audio-recording-nlp
will send the audio recording data to the NLP module url. The UI will show asynchronous processing elements until data are returned. The returned processed data will be displayed in the UI. The UI will show a 'reprocess' button that re-sends the audio-recording through the NLP model. The language of the input audio will also be displayed along with an optional dropdown menu with languages. The languages in the dropdown will be configurable by the form author.outputs
The output for the input will be the returned data from the model (simplified).
The text was updated successfully, but these errors were encountered: