Skip to main content
I have a visual force page that I would like to implement the functionality below.

A text to speech functionality. How can I go about this on my external site in visualforcepage?

https://www.w3.org/WAI/perspective-videos/speech/

https://www.webdevelopmentgroup.com/2017/09/508-compliance-making-websites-accessible-for-people-with-disabilities/
3 answers
  1. Nov 5, 2025, 10:43 AM

    Hello @Stephen A Amison @ E-ZPassFL

    You can add text-to-speech to your Visualforce page using the Web Speech API. Just include a JavaScript snippet that uses `speechSynthesis.speak()` to read content aloud. Ensure your markup is accessible and compliant with WCAG/508 standards for best results. 

     

    Best Regards, 

    Leah Santos 

     

0/9000