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 eef6e52 commit c8ee654Copy full SHA for c8ee654
video/src/main/java/com/example/video/Detect.java
@@ -84,6 +84,7 @@ public static void speechTranscription(String gcsUri) throws Exception {
84
// Set the language code
85
SpeechTranscriptionConfig config = SpeechTranscriptionConfig.newBuilder()
86
.setLanguageCode("en-US")
87
+ .setEnableAutomaticPunctuation(true)
88
.build();
89
90
// Set the video context with the above configuration
0 commit comments