Skip to content

Commit

Permalink
build(deps): bump requests to 2.31.0 [autoapprove] (#424)
Browse files Browse the repository at this point in the history
Source-Link: https://togithub.com/googleapis/synthtool/commit/30bd01b4ab78bf1b2a425816e15b3e7e090993dd
Post-Processor: gcr.io/cloud-devrel-public-resources/owlbot-python:latest@sha256:9bc5fa3b62b091f60614c08a7fb4fd1d3e1678e326f34dd66ce1eefb5dc3267b
  • Loading branch information
gcf-owl-bot[bot] authored May 25, 2023
1 parent 475ccd7 commit 638d674
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions videointelligence/samples/analyze/analyze.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
import io

from google.cloud import videointelligence

# [END video_detect_text]


Expand Down Expand Up @@ -412,6 +413,8 @@ def video_detect_text(path):
print("Rotated Bounding Box Vertices:")
for vertex in frame.rotated_bounding_box.vertices:
print("\tVertex.x: {}, Vertex.y: {}".format(vertex.x, vertex.y))


# [END video_detect_text]


Expand Down

0 comments on commit 638d674

Please sign in to comment.