4

I need to know how many minute I have used.

I can't find it anywhere in the dashboard.

(By the way, Google Speech to Text API have 60 minute/month free trial)

enter image description here enter image description here

Update: @mk_sta's answer seem like correct:

enter image description here

But after more testing, (upload a 55 seconds audio and check if 393+55=448)

It doesn't work. the number still is 393("7 Day Peak Usage") enter image description here

But "Current Usage" did change to 55. which is correct, but the left showed "Audio second per day", I don't need "per day"

I need "Current Month Total Audio Second"

NamNamNam
  • 1,190
  • 3
  • 13
  • 22

1 Answers1

0

Although GCP Cloud Speech-to-Text service diffuses specific Content limits for audio data sources leveraging Quotas & limits approach, I guess you can find this billing related characteristic in GCP Quotas page:

enter image description here

Nick_Kh
  • 5,089
  • 2
  • 10
  • 16
  • 1
    Thanks for helping, but this is "7 Day Peak Usage", not "Total Usage" or "Current Month Usage" – NamNamNam Apr 10 '20 at 09:16
  • 1
    Yeah, it keeps 7 days retention, moreover I've found no suitable metric that can reflect audio duration, however you can raise a feature request to the particular developer group within Google public issue [tracker](https://cloud.google.com/support/docs/issue-trackers#trackers-list). – Nick_Kh Apr 16 '20 at 07:33