Skip to content

Commit df2193f

Browse files
Video: edit region tag (#1851)
1 parent d017735 commit df2193f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

video/cloud-client/analyze/analyze.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ def analyze_shots(path):
230230

231231

232232
def speech_transcription(path):
233-
# [START video_speech_transcription]
233+
# [START video_speech_transcription_gcs]
234234
"""Transcribe speech from a video stored on GCS."""
235235
from google.cloud import videointelligence
236236

@@ -275,7 +275,7 @@ def speech_transcription(path):
275275
start_time.seconds + start_time.nanos * 1e-9,
276276
end_time.seconds + end_time.nanos * 1e-9,
277277
word))
278-
# [END video_speech_transcription]
278+
# [END video_speech_transcription_gcs]
279279

280280

281281
if __name__ == '__main__':

0 commit comments

Comments
 (0)