- Case Study
- The Ketan Parekh Stock Market Scam
Listen The Summary:🔊 Read Text
⏹ Stop
function readFromHere() {
const startElement = document.getElementById(“read-from-here”);
if (!startElement) {
alert(“Element with ID ‘read-from-here’ not found.”);
return;
}
let text = startElement.innerText || startElement.textContent;
const msg = new SpeechSynthesisUtterance();
msg.text = text;
msg.lang = ‘en-Us’; // Change as needed (e.g., ‘hi-IN’ for Hindi)
msg.rate = 1;
msg.pitch = 1;
window.speechSynthesis.cancel(); // Cancel any previous speech
window.speechSynthesis.speak(msg);
}
Source: SEBI Report, 2003
Originally published on FinCrime Expert
Subscribe to our mailing list to receive updates on all our activities!
©2026 FinCrimeExpert LMS – All Rights Reserved
Crafted and Managed by ReflexWebs Solutions
Need help? Our team is just a message away