Mar 14, 2024 | Google Cloud
gcp.py from datetime import timedelta from google.cloud import speech from google.cloud import storage def transcribe_gcs_with_language_detection(gcs_uri): client = speech.SpeechClient() audio = speech.RecognitionAudio(uri=gcs_uri) config =...
Mar 13, 2024 | Google App Scripts
I have updated the source code to address nested fields like links.website, delta.year. function getCoinInfo(coin, field_name = ‘rate’, currency = ‘USD’, trigger) { // Replace with your actual API key const apiKey =...