WICG / translation-api

A proposal for translator and language detector APIs
Other
123 stars 6 forks source link

translation object is not defined error #23

Closed shivasai9 closed 2 weeks ago

shivasai9 commented 2 weeks ago
Screenshot 2024-11-10 at 7 55 02 PM

Here when I check translator API availability then it shows readily But when I try to execute translation API then it says translation is not defined

Can any one help? I am trying to use this API for the Google Chrome built-in AI Hackathon

shivasai9 commented 2 weeks ago

I overlooked the code The issue has been resolved after properly initializing the Translation API service and ensuring the correct usage of asynchronous functions. It turned out that the issue was due to variable scoping and initialization inconsistencies.