Hii All,
I am working with azure speech services. I want to integrate azure speech services through blue prism. It is possible to integrate Azure speech services with blue prism? I want to pass audio file through json Can anyone help me for this. how can I integrate azure speech to text service with blue prism if possible.
the following is the request which I a copied from official documentation.
curl --location --request POST 'https://INSERT_REGION_HERE.stt.speech.microsoft.com/speech/recognition/conversation/cognitiveservices/v1?language=en-US' \
--header 'Ocp-Apim-Subscription-Key: INSERT_SUBSCRIPTION_KEY_HERE' \
--header 'Content-Type: audio/wav' \
--data-binary @'INSERT_AUDIO_FILE_PATH_HERE'
------------------------------
Tejashri Nevase RPA Developer
------------------------------