From d7c5a0a72216124f077b6532c945a23398a3c205 Mon Sep 17 00:00:00 2001 From: Noah Negrey Date: Wed, 17 Jul 2019 16:18:29 -0600 Subject: [PATCH] Enhanced models are available to all projects [(#2207)](https://github.com/GoogleCloudPlatform/python-docs-samples/issues/2207) --- .../samples/snippets/beta_snippets.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/google-cloud-python-speech/samples/snippets/beta_snippets.py b/packages/google-cloud-python-speech/samples/snippets/beta_snippets.py index 33957abd3a51..79d9c3d587eb 100644 --- a/packages/google-cloud-python-speech/samples/snippets/beta_snippets.py +++ b/packages/google-cloud-python-speech/samples/snippets/beta_snippets.py @@ -47,8 +47,6 @@ def transcribe_file_with_enhanced_model(): encoding=speech.enums.RecognitionConfig.AudioEncoding.LINEAR16, sample_rate_hertz=8000, language_code='en-US', - # Enhanced models are only available to projects that - # opt in for audio data collection. use_enhanced=True, # A model must be specified to use enhanced model. model='phone_call')