Skip to content

Commit 40dc8de

Browse files
gcf-owl-bot[bot]leahecole
authored andcommitted
build(deps): bump requests to 2.31.0 [autoapprove] (#424)
Source-Link: https://togithub.com/googleapis/synthtool/commit/30bd01b4ab78bf1b2a425816e15b3e7e090993dd Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9bc5fa3b62b091f60614c08a7fb4fd1d3e1678e326f34dd66ce1eefb5dc3267b
1 parent 3cec178 commit 40dc8de

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

videointelligence/samples/analyze/analyze.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
import io
3838

3939
from google.cloud import videointelligence
40+
4041
# [END video_detect_text]
4142

4243

@@ -412,6 +413,8 @@ def video_detect_text(path):
412413
print("Rotated Bounding Box Vertices:")
413414
for vertex in frame.rotated_bounding_box.vertices:
414415
print("\tVertex.x: {}, Vertex.y: {}".format(vertex.x, vertex.y))
416+
417+
415418
# [END video_detect_text]
416419

417420

0 commit comments

Comments
 (0)