Power Community

Power Community

How to Convert Speech to Text from Canvas PowerApps (Part I Canvas App)

Lets see this in 3 Different Blogs, First we Start with Canvas PowerApps

Pre-Requisites :

1. Canvas PowerApps :

rampprakash_1-1677500143211.png

  • And Click Create
  • Select Insert –> Select Microphone

rampprakash_2-1677500322386.png

  • In the OnStop of the Microphone Input the Below Values

rampprakash_3-1677500433705.png

ClearCollect(
    AudioCollection,
    Microphone1.Audio
);
Set(
    JSONValue,
    JSON(
        AudioCollection,
        JSONFormat.IncludeBinaryData
    )
);

Here Microphone1 is name of Microphone media

  • Now Click Insert and Add Audio

rampprakash_4-1677500525759.png

  • Select Audio And Click Media and Paste the Below Code

rampprakash_5-1677500595748.png

Microphone1.Audio

This Code Uses when ever you tired to Record By Speech you can hear Back from AUDIO option by Playing

  •  Now Add a Button and Name it as SUBMIT (or) Convert to Text
  •  Select Power Automate at the Left Side of the Tab and Click Add New Flow

rampprakash_0-1677646789273.png

  • You will see in Next Blog How to Create a MICROSOFT FLOWS in Next Blog

This post was originally published on this site

- Advertisement -spot_img

LEAVE A REPLY

Please enter your comment!
Please enter your name here

- Advertisement - Advertisement

Latest News

Plugin Error – Security accessibility of the overriding method must match the security accessibility of the method being overridden – Quick Fix

Hi Folks, I recently came across the above error for one of my Dynamics 365 Plugins…this blog talks about applying...

More Articles Like This

- Advertisement -spot_img