File tree 1 file changed +2
-2
lines changed
videointelligence/samples/analyze 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
2
3
- # Copyright 2017 Google Inc . All Rights Reserved.
3
+ # Copyright 2017 Google LLC . All Rights Reserved.
4
4
#
5
5
# Licensed under the Apache License, Version 2.0 (the "License");
6
6
# you may not use this file except in compliance with the License.
@@ -50,7 +50,7 @@ def analyze_explicit_content(path):
50
50
result = operation .result (timeout = 90 )
51
51
print ("\n Finished processing." )
52
52
53
- # first result is retrieved because a single video was processed
53
+ # Retrieve first result because a single video was processed
54
54
for frame in result .annotation_results [0 ].explicit_annotation .frames :
55
55
likelihood = enums .Likelihood (frame .pornography_likelihood )
56
56
frame_time = frame .time_offset .seconds + frame .time_offset .nanos / 1e9
You can’t perform that action at this time.
0 commit comments