I'm trying to implement the google translate api and am encountering this error when I import the Translate function. I have followed the documentation here. This is my code:
const {Translate} = require('@google-cloud/translate').v2;
I'm trying to implement the google translate api and am encountering this error when I import the Translate function. I have followed the documentation here. This is my code:
const {Translate} = require('@google-cloud/translate').v2;