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 b5c19a8 commit a8807e8Copy full SHA for a8807e8
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