Bronze 1
Since ‎01-29-2024
‎03-23-2024

My Stats

  • 1 Posts
  • 0 Solutions
  • 0 Likes given
  • 6 Likes received

payaljindal's Bio

Badges dominikkoller_n Earned

View all badges

Recent Activity

Hi!I am trying to use Cloud Speech-To-Text v2 in a NodeJS application. My code works well with v1:import { v1 } from '@google-cloud/speech';const { SpeechClient } = v1;let speechClient: v1.SpeechClient | undefined;speechClient = new SpeechClient(); /...