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 authored and danoscarmike committed Nov 16, 2020
1 parent 9dd1d56 commit 21870d9
Showing 1 changed file with 2 additions and 2 deletions.
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 21870d9

Please sign in to comment.