Skip to content

Commit e8dfb58

Browse files
authored
adds speech word time offset and refactors everything (GoogleCloudPlatform#410)
1 parent 01d6b18 commit e8dfb58

23 files changed

+361
-2141
lines changed
File renamed without changes.

speech/api/composer.json

Lines changed: 0 additions & 24 deletions
This file was deleted.

speech/api/speech.php

Lines changed: 0 additions & 24 deletions
This file was deleted.

speech/api/test/FunctionsTest.php

Lines changed: 0 additions & 34 deletions
This file was deleted.

speech/composer.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"require": {
3+
"google/cloud-speech": "^0.6",
4+
"google/cloud-storage": "^1.1.3",
5+
"symfony/console": "^3.0",
6+
"google/gax": "^0.21.2",
7+
"google/proto-client": "^0.22.0"
8+
},
9+
"autoload": {
10+
"psr-4": {
11+
"Google\\Cloud\\Samples\\Speech\\": "src/"
12+
},
13+
"files": [
14+
"src/streaming_recognize.php",
15+
"src/transcribe_async.php",
16+
"src/transcribe_async_gcs.php",
17+
"src/transcribe_sync.php",
18+
"src/transcribe_sync_gcs.php"
19+
]
20+
},
21+
"require-dev": {
22+
"phpunit/phpunit": "~4"
23+
}
24+
}

0 commit comments

Comments
 (0)