Skip to content

Commit a53ec78

Browse files
authored
chore: updates region tag (GoogleCloudPlatform#1200)
1 parent 6a9305b commit a53ec78

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

video/src/analyze_object_tracking.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
list($_, $uri) = $argv;
2626
$options = isset($argv[2]) ? ['pollingIntervalSeconds' => $argv[2]] : [];
2727

28-
// [START video_analyze_object_tracking]
28+
// [START video_object_tracking_gcs]
2929
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
3030
use Google\Cloud\VideoIntelligence\V1\Feature;
3131

@@ -76,4 +76,4 @@
7676
} else {
7777
print_r($operation->getError());
7878
}
79-
// [END video_analyze_object_tracking]
79+
// [END video_object_tracking_gcs]

video/src/analyze_object_tracking_file.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
list($_, $path) = $argv;
2626
$options = isset($argv[2]) ? ['pollingIntervalSeconds' => $argv[2]] : [];
2727

28-
// [START video_analyze_object_tracking]
28+
// [START video_object_tracking]
2929
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
3030
use Google\Cloud\VideoIntelligence\V1\Feature;
3131

@@ -79,4 +79,4 @@
7979
} else {
8080
print_r($operation->getError());
8181
}
82-
// [END video_analyze_object_tracking]
82+
// [END video_object_tracking]

video/src/analyze_text_detection.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
list($_, $uri) = $argv;
2626
$options = isset($argv[2]) ? ['pollingIntervalSeconds' => $argv[2]] : [];
2727

28-
// [START video_analyze_text_detection]
28+
// [START video_detect_text_gcs]
2929
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
3030
use Google\Cloud\VideoIntelligence\V1\Feature;
3131

@@ -65,4 +65,4 @@
6565
} else {
6666
print_r($operation->getError());
6767
}
68-
// [END video_analyze_text_detection]
68+
// [END video_detect_text_gcs]

video/src/analyze_text_detection_file.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
list($_, $path) = $argv;
2626
$options = isset($argv[2]) ? ['pollingIntervalSeconds' => $argv[2]] : [];
2727

28-
// [START video_analyze_labels]
28+
// [START video_detect_text]
2929
use Google\Cloud\VideoIntelligence\V1\VideoIntelligenceServiceClient;
3030
use Google\Cloud\VideoIntelligence\V1\Feature;
3131

@@ -68,4 +68,4 @@
6868
} else {
6969
print_r($operation->getError());
7070
}
71-
// [END video_analyze_text_detection_file]
71+
// [END video_detect_text]

0 commit comments

Comments
 (0)