Skip to content

Commit a43d639

Browse files
authored
Video Intelligence region tag update [(#1639)](GoogleCloudPlatform/python-docs-samples#1639)
1 parent d9d6f3b commit a43d639

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/quickstart/quickstart.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424

2525

2626
def run_quickstart():
27-
# [START videointelligence_quickstart]
27+
# [START video_quickstart]
2828
from google.cloud import videointelligence
2929

3030
video_client = videointelligence.VideoIntelligenceServiceClient()
@@ -55,7 +55,7 @@ def run_quickstart():
5555
print('\tSegment {}: {}'.format(i, positions))
5656
print('\tConfidence: {}'.format(confidence))
5757
print('\n')
58-
# [END videointelligence_quickstart]
58+
# [END video_quickstart]
5959

6060

6161
if __name__ == '__main__':

0 commit comments

Comments
 (0)