I have some audio files where I need convert this into speech to text and verify the text with some keywords
Can anyone tell me how we can implement this using agentic ai
Thanks
I have some audio files where I need convert this into speech to text and verify the text with some keywords
Can anyone tell me how we can implement this using agentic ai
Thanks
You can use API of Google or Microsoft services for Speech to text
Once you have the transcript, use GenAI activity or RegEx to look for the keywords.