Azure provides Speech Services that allow developers to add advanced speech features, including Speech-to-Text, to their applications. This blog post explains how to convert speech to text using Azure Speech Service in a Power Automate flow. The steps involved are as follows: 1. Create an 'Automated' flow using the trigger "When a new email arrives in a shared mailbox (V2)". 2. Initialize a string variable to store the transcribed text of the audio attachment. 3. Initialize an object variable to store the content of the audio attachment. 4. Get the attachments of the received email using the 'Get Attachments (V2)' action. 5. Validate that the content type of the audio attachment is in WAV format. 6. Use the 'HTTP' action to convert speech to text by sending a POST request to the Azure Speech Service API. 7. Use the 'Parse JSON' action to extract the text of the audio attachment from the API response. 8. Append the audio text to a variable for further use. By following these steps, you can effectively convert speech to text using Azure Speech Service in a Power Automate flow.
Login now to access my digest by 365.Training