Skip to content

Commit 81683d1

Browse files
authored
Adds Video Intelligence samples (GoogleCloudPlatform#403)
1 parent 1d5e8c2 commit 81683d1

File tree

11 files changed

+457
-238
lines changed

11 files changed

+457
-238
lines changed

video/composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,13 @@
33
"type": "project",
44
"require": {
55
"symfony/console": "^3.1",
6-
"google/cloud-videointelligence": "^0.2.0",
7-
"stanley-cheung/protobuf-php": "^0.6.0"
6+
"google/cloud-videointelligence": "^0.3.0"
87
},
98
"autoload": {
109
"files": [
10+
"src/analyze_faces.php",
11+
"src/analyze_labels.php",
12+
"src/analyze_safe_search.php",
1113
"src/analyze_shots.php"
1214
]
1315
},

0 commit comments

Comments
 (0)