Skip to content

Commit 774053f

Browse files
alixhamichingor13
authored andcommitted
samples: Video Intelligence region tag update (#1183)
* updates region tags for analyze-labels page * updates region tags for analyze-labels page * removes unused dependency region tags * updates to beta region tag
1 parent c8ee654 commit 774053f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

video/src/main/java/com/example/video/Detect.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static void argsHelper(String[] args) throws Exception {
7272
}
7373
}
7474

75-
// [START video_speech_transcription]
75+
// [START video_speech_transcription_gcs_beta]
7676
/**
7777
* Transcribe speech from a video stored on GCS.
7878
*
@@ -135,5 +135,5 @@ public static void speechTranscription(String gcsUri) throws Exception {
135135
}
136136
}
137137
}
138-
// [END video_speech_transcription]
138+
// [END video_speech_transcription_gcs_beta]
139139
}

0 commit comments

Comments
 (0)