Skip to content

Commit 79c0ced

Browse files
committed
Updated existing Vision samples and added entity_sentiment samples
1 parent f5dfbe2 commit 79c0ced

15 files changed

+1131
-354
lines changed

language/api/composer.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
"google/cloud-language": "^0.4",
44
"symfony/console": "^3.0",
55
"google/cloud-storage": "^1.0",
6-
"symfony/yaml": "^3.2"
6+
"symfony/yaml": "^3.2",
7+
"google/gax": "^0.21.2",
8+
"grpc/grpc": "^v1.1.0",
9+
"google/protobuf": "^v3.3.0",
10+
"google/proto-client": "^0.22.0"
711
},
812
"require-dev": {
913
"phpunit/phpunit": "~4.0"
@@ -20,7 +24,9 @@
2024
"src/analyze_sentiment.php",
2125
"src/analyze_sentiment_from_file.php",
2226
"src/analyze_syntax.php",
23-
"src/analyze_syntax_from_file.php"
27+
"src/analyze_syntax_from_file.php",
28+
"src/analyze_entity_sentiment.php",
29+
"src/analyze_entity_sentiment_from_file.php"
2430
]
2531
}
2632
}

0 commit comments

Comments
 (0)