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 1e48a5c commit 25321d8Copy full SHA for 25321d8
videointelligence/samples/quickstart/quickstart.py
@@ -24,7 +24,7 @@
24
25
26
def run_quickstart():
27
- # [START videointelligence_quickstart]
+ # [START video_quickstart]
28
from google.cloud import videointelligence
29
30
video_client = videointelligence.VideoIntelligenceServiceClient()
@@ -55,7 +55,7 @@ def run_quickstart():
55
print('\tSegment {}: {}'.format(i, positions))
56
print('\tConfidence: {}'.format(confidence))
57
print('\n')
58
- # [END videointelligence_quickstart]
+ # [END video_quickstart]
59
60
61
if __name__ == '__main__':
0 commit comments