function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sebastian PageSebastian Page 

how to use voice to text google library in apex

Hello All,

I need voice to text google liabrary in apex . And How to Import in apex language please help me.


Regards
Sebatian Page 
Deepali KulshresthaDeepali Kulshrestha
Hi Sebastian,

Please follow the below steps and links with the help of these steps and links you can solve your problem, it may be helpful to you.

-You can use the SpeechSynthesisUtterance from the Web APIs. Note that this is not supported in Internet Explorer, so if your users don't use Firefox, Safari, or Chrome, they won't get to hear the voices. There's also libraries like meSpeak which should also add support for Internet.

Link: https://developer.mozilla.org/en-US/docs/Web/API/SpeechSynthesisUtterance

Cloud Speech to text basics Link Below:

https://cloud.google.com/speech-to-text/docs/basics

I hope you find the above solution helpful. If it does, please mark as Best Answer to help others too.

Thanks and Regards,
Deepali Kulshrestha