This video explains how to convert audio file into text using Azure Blob storage & Azure Speech Service.
Expressions I used in this video are:
last(split(triggerOutputs()?['body/filename'],'.'))
base64ToBinary(triggerOutputs()?['body/documentbody'])
@or(equals(variables('Status'), 'Succeeded'),equals(variables('Status'), 'Failed'))
last(split(outputs('Create_transcription')?['body/self'],'/'))
body('Parse_JSON')?['combinedRecognizedPhrases']?[0]?['display']
first(split(triggerOutputs()?['body/Name'],'_'))
Links:
https://learn.microsoft.com/en-us/azu...
https://learn.microsoft.com/en-us/azu...