Skip to content

Commit

Permalink
Video Intelligence region tag update [(#1639)](GoogleCloudPlatform/py…
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami committed Aug 20, 2018
1 parent d9d6f3b commit a43d639
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions samples/quickstart/quickstart.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@


def run_quickstart():
# [START videointelligence_quickstart]
# [START video_quickstart]
from google.cloud import videointelligence

video_client = videointelligence.VideoIntelligenceServiceClient()
Expand Down Expand Up @@ -55,7 +55,7 @@ def run_quickstart():
print('\tSegment {}: {}'.format(i, positions))
print('\tConfidence: {}'.format(confidence))
print('\n')
# [END videointelligence_quickstart]
# [END video_quickstart]


if __name__ == '__main__':
Expand Down

0 comments on commit a43d639

Please sign in to comment.