Skip to content

Commit 21870d9

Browse files
alixhamidanoscarmike
authored andcommitted
Video Intelligence region tag update [(#1639)](GoogleCloudPlatform/python-docs-samples#1639)
1 parent 9dd1d56 commit 21870d9

File tree

1 file changed

+2
-2
lines changed
  • packages/google-cloud-videointelligence/samples/quickstart

1 file changed

+2
-2
lines changed

packages/google-cloud-videointelligence/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)