We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8507b88 commit a90a742Copy full SHA for a90a742
speech/src/transcribe_sync.php
@@ -24,9 +24,9 @@
24
// Include Google Cloud dependendencies using Composer
25
require_once __DIR__ . '/../vendor/autoload.php';
26
27
-if (count($argv) != 2) {
28
- return print("Usage: php transcribe_sync.php AUDIO_FILE\n");
29
-}
+// if (count($argv) != 2) {
+// return print("Usage: php transcribe_sync.php AUDIO_FILE\n");
+// }
30
list($_, $audioFile) = $argv;
31
32
# [START speech_transcribe_sync]
0 commit comments