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 de90362 commit b5763d3Copy full SHA for b5763d3
google-cloud-speech/samples/snippets/beta_snippets.py
@@ -47,8 +47,6 @@ def transcribe_file_with_enhanced_model():
47
encoding=speech.enums.RecognitionConfig.AudioEncoding.LINEAR16,
48
sample_rate_hertz=8000,
49
language_code='en-US',
50
- # Enhanced models are only available to projects that
51
- # opt in for audio data collection.
52
use_enhanced=True,
53
# A model must be specified to use enhanced model.
54
model='phone_call')
0 commit comments