Troubleshooting of Google cloud speech to text: Difference between revisions
Jump to navigation
Jump to search
m
Troubleshooting of Google cloud speech to text (edit)
Revision as of 10:51, 10 July 2020
, 10 July 2020→Brief instruction
mNo edit summary |
|||
| Line 4: | Line 4: | ||
== Brief instruction == | == Brief instruction == | ||
* | * If the audio file's duration is '''longer''' than 1 minute, (1) Use the uri: {{kbd | key=<nowiki>speech:longrunningrecognize</nowiki>}} NOT {{kbd | key=<nowiki>speech:recognize</nowiki>}} (2) Upload files to [https://console.cloud.google.com/storage/ Google cloud storage] (gcs) | ||
* | * If the audio file's duration is '''shorter''' than 1 minute, (1) Use the uri: {{kbd | key=<nowiki>speech:longrunningrecognize</nowiki>}}. Or choose to use {{kbd | key=<nowiki>speech:recognize</nowiki>}} (2) Use the files are located on the computer. Or choose to upload files to [https://console.cloud.google.com/storage/ Google cloud storage] (gcs) | ||
== ERROR: (gcloud.auth.application-default.print-access-token) The Application Default Credentials are not available == | == ERROR: (gcloud.auth.application-default.print-access-token) The Application Default Credentials are not available == | ||