We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cec178 commit 40dc8deCopy full SHA for 40dc8de
videointelligence/samples/analyze/analyze.py
@@ -37,6 +37,7 @@
37
import io
38
39
from google.cloud import videointelligence
40
+
41
# [END video_detect_text]
42
43
@@ -412,6 +413,8 @@ def video_detect_text(path):
412
413
print("Rotated Bounding Box Vertices:")
414
for vertex in frame.rotated_bounding_box.vertices:
415
print("\tVertex.x: {}, Vertex.y: {}".format(vertex.x, vertex.y))
416
417
418
419
420
0 commit comments