From 638d67455ceea10a7f1e2a07ec637c77fb458d27 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 25 May 2023 16:16:19 +0000 Subject: [PATCH] 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 --- videointelligence/samples/analyze/analyze.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/videointelligence/samples/analyze/analyze.py b/videointelligence/samples/analyze/analyze.py index cd9a0633c27b..0ae539040dd7 100644 --- a/videointelligence/samples/analyze/analyze.py +++ b/videointelligence/samples/analyze/analyze.py @@ -37,6 +37,7 @@ import io from google.cloud import videointelligence + # [END video_detect_text] @@ -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]