Skip to content

Commit 65b1da5

Browse files
authored
fix: remove unnecessary grpc check (GoogleCloudPlatform#1547)
1 parent 91781f6 commit 65b1da5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

speech/src/transcribe_async_words.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,6 @@
4343
$sampleRateHertz = 32000;
4444
$languageCode = 'en-US';
4545

46-
if (!extension_loaded('grpc')) {
47-
throw new \Exception('Install the grpc extension (pecl install grpc)');
48-
}
49-
5046
// When true, time offsets for every word will be included in the response.
5147
$enableWordTimeOffsets = true;
5248

testing/run_test_suite.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ REST_TESTS=(
3939
error_reporting
4040
iot
4141
monitoring
42+
speech
4243
video
4344
vision
4445
)

0 commit comments

Comments
 (0)