We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d017735 commit df2193fCopy full SHA for df2193f
video/cloud-client/analyze/analyze.py
@@ -230,7 +230,7 @@ def analyze_shots(path):
230
231
232
def speech_transcription(path):
233
- # [START video_speech_transcription]
+ # [START video_speech_transcription_gcs]
234
"""Transcribe speech from a video stored on GCS."""
235
from google.cloud import videointelligence
236
@@ -275,7 +275,7 @@ def speech_transcription(path):
275
start_time.seconds + start_time.nanos * 1e-9,
276
end_time.seconds + end_time.nanos * 1e-9,
277
word))
278
- # [END video_speech_transcription]
+ # [END video_speech_transcription_gcs]
279
280
281
if __name__ == '__main__':
0 commit comments