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 2f6c306 commit e20b391Copy full SHA for e20b391
speech/snippets/transcribe_enhanced_model.py
@@ -42,8 +42,6 @@ def transcribe_file_with_enhanced_model(path):
42
encoding=speech.RecognitionConfig.AudioEncoding.LINEAR16,
43
sample_rate_hertz=8000,
44
language_code="en-US",
45
- # Enhanced models are only available to projects that
46
- # opt in for audio data collection.
47
use_enhanced=True,
48
# A model must be specified to use enhanced model.
49
model="phone_call",
0 commit comments