Skip to content

Commit 3e3dbd6

Browse files
alixhamibshaffer
authored andcommitted
Video Intelligence region tag update (GoogleCloudPlatform#681)
1 parent d570efc commit 3e3dbd6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

video/quickstart.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# Includes the autoloader for libraries installed with composer
1919
require __DIR__ . '/vendor/autoload.php';
2020

21-
# [START videointelligence_quickstart]
21+
# [START video_quickstart]
2222
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
2323
use Google\Cloud\VideoIntelligence\V1\Feature;
2424

@@ -57,4 +57,4 @@
5757
} else {
5858
print_r($operation->getError());
5959
}
60-
# [END videointelligence_quickstart]
60+
# [END video_quickstart]

video/src/analyze_labels.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818
namespace Google\Cloud\Samples\Video;
1919

20-
// [START video_analyze_labels_local]
20+
// [START video_analyze_labels]
2121
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
2222
use Google\Cloud\VideoIntelligence\V1\Feature;
2323

@@ -93,4 +93,4 @@ function analyze_labels($uri, array $options = [])
9393
print_r($operation->getError());
9494
}
9595
}
96-
// [END video_analyze_labels_local]
96+
// [END video_analyze_labels]

0 commit comments

Comments
 (0)