Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speech region tag update #1188

Merged
merged 13 commits into from
Aug 20, 2018
Prev Previous commit
Next Next commit
updates multilanguage tags to beta
  • Loading branch information
alixhami committed Aug 20, 2018
commit df9c8b0e14a7109a36e0d9a4b5739aae12b03756
Original file line number Diff line number Diff line change
Expand Up @@ -1089,7 +1089,7 @@ public static void transcribeMultiChannelGcs(String gcsUri) throws Exception {
}
// [END speech_transcribe_multichannel_gcs_beta]

// [START speech_transcribe_multilang]
// [START speech_transcribe_multilanguage_beta]

/**
* Transcribe a local audio file with multi-language recognition
Expand Down Expand Up @@ -1129,9 +1129,9 @@ public static void transcribeMultiLanguage(String fileName) throws Exception {
}
}
}
// [END speech_transcribe_multilang]
// [END speech_transcribe_multilanguage_beta]

// [START speech_transcribe_multilang_gcs]
// [START speech_transcribe_multilanguage_gcs_beta]

/**
* Transcribe a remote audio file with multi-language recognition
Expand Down Expand Up @@ -1177,7 +1177,7 @@ public static void transcribeMultiLanguageGcs(String gcsUri) throws Exception {
}
}
}
// [END speech_transcribe_multilang_gcs]
// [END speech_transcribe_multilanguage_gcs_beta]

// [START speech_transcribe_word_level_confidence_beta]

Expand Down