You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Message: "Please provide either language detection or language code, not both.",
167
+
}
168
+
U.PrintError(printErrorProps)
169
+
return
170
+
}
143
171
if (languageCode!=""||languageDetection) &¶ms.SpeakerLabels {
144
172
ifcmd.Flags().Lookup("speaker_labels").Changed {
145
173
printErrorProps:= S.PrintErrorProps{
@@ -259,5 +287,8 @@ func init() {
259
287
transcribeCmd.PersistentFlags().StringP("word_boost", "k", "", "The value of this flag MUST be used surrounded by quotes. Any term included will have its likelihood of being transcribed boosted.")
260
288
transcribeCmd.PersistentFlags().StringP("summary_model", "q", "informative", "The model used to generate the summary.")
261
289
290
+
transcribeCmd.Flags().Bool("test", false, "Flag for test executing purpose")
0 commit comments