We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d14f2ac commit d004a11Copy full SHA for d004a11
packages/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