Thanks to visit codestin.com Credit goes to github.com
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 23fc4ae commit 252ff76Copy full SHA for 252ff76
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