We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 408900c commit 6ef6bf3Copy full SHA for 6ef6bf3
videointelligence/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