We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16c272f commit 788ac28Copy full SHA for 788ac28
samples/quickstart/quickstart.py
@@ -30,7 +30,7 @@ def run_quickstart():
30
video_client = videointelligence.VideoIntelligenceServiceClient()
31
features = [videointelligence.enums.Feature.LABEL_DETECTION]
32
operation = video_client.annotate_video(
33
- 'gs://demomaker/cat.mp4', features=features)
+ 'gs://cloud-samples-data/video/cat.mp4', features=features)
34
print('\nProcessing video for label annotations:')
35
36
result = operation.result(timeout=120)
0 commit comments