Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
change model selection tags to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
alixhami committed Aug 17, 2018
1 parent fc2f6b1 commit 4606ad2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions samples/recognize.v1p1beta1.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ function syncRecognizeModelSelection(
sampleRateHertz,
languageCode
) {
// [START speech_transcribe_model_selection]
// [START speech_transcribe_model_selection_beta]
// Imports the Google Cloud client library for Beta API
/**
* TODO(developer): Update client library import to use new
Expand Down Expand Up @@ -79,7 +79,7 @@ function syncRecognizeModelSelection(
.catch(err => {
console.error('ERROR:', err);
});
// [END speech_transcribe_model_selection]
// [END speech_transcribe_model_selection_beta]
}

function syncRecognizeModelSelectionGCS(
Expand All @@ -89,7 +89,7 @@ function syncRecognizeModelSelectionGCS(
sampleRateHertz,
languageCode
) {
// [START speech_transcribe_model_selection_gcs]
// [START speech_transcribe_model_selection_gcs_beta]
// Imports the Google Cloud client library for Beta API
/**
* TODO(developer): Update client library import to use new
Expand Down Expand Up @@ -137,7 +137,7 @@ function syncRecognizeModelSelectionGCS(
.catch(err => {
console.error('ERROR:', err);
});
// [END speech_transcribe_model_selection_gcs]
// [END speech_transcribe_model_selection_gcs_beta]
}

function syncRecognizeWithAutoPunctuation(
Expand Down

0 comments on commit 4606ad2

Please sign in to comment.