Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/Language/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"license": "Apache-2.0",
"minimum-stability": "stable",
"require": {
"google/cloud-core": "^1.0"
"google/cloud-core": "^1.0",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
},
"suggest": {
"google/cloud-storage": "Analyze documents stored in Google Cloud Storage",
"google/gax": "Required to support gRPC",
"google/proto-client": "Required to support gRPC"
"google/cloud-storage": "Analyze documents stored in Google Cloud Storage"
},
"extra": {
"component": {
Expand Down
8 changes: 4 additions & 4 deletions src/Speech/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
"license": "Apache-2.0",
"minimum-stability": "stable",
"require": {
"google/cloud-core": "^1.0"
"google/cloud-core": "^1.0",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
},
"suggest": {
"google/gax": "Required to support gRPC",
"google/proto-client": "Required to support gRPC",
"google/cloud-storage": "Run operations on files stored in Google Cloud Storage"
"google/gax": "Required to support gRPC"
},
"extra": {
"component": {
Expand Down
4 changes: 3 additions & 1 deletion src/Vision/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@
"license": "Apache-2.0",
"minimum-stability": "stable",
"require": {
"google/cloud-core": "^1.0"
"google/cloud-core": "^1.0",
"google/proto-client": "^0.24",
"google/gax": "^0.24"
},
"suggest": {
"google/cloud-storage": "Annotate images stored in Google Cloud Storage"
Expand Down