Bronze 1
Since 2 weeks ago
2 weeks ago

My Stats

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

soundsright's Bio

Badges soundsright Earned

View all badges

Recent Activity

Using the python API,this code:# google-cloud-speech==2.26.0from google.cloud import speech_v1p1beta1 as speechwith io.open(audio_file_path, "rb") as audio_file: content = audio_file.read()audio = speech.RecognitionAudio(content=content)config = spee...