Skip to content

Commit 6a71c74

Browse files
authored
Enhanced models are available to all projects (#2207)
1 parent 3801103 commit 6a71c74

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

speech/cloud-client/beta_snippets.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,6 @@ def transcribe_file_with_enhanced_model():
4747
encoding=speech.enums.RecognitionConfig.AudioEncoding.LINEAR16,
4848
sample_rate_hertz=8000,
4949
language_code='en-US',
50-
# Enhanced models are only available to projects that
51-
# opt in for audio data collection.
5250
use_enhanced=True,
5351
# A model must be specified to use enhanced model.
5452
model='phone_call')

0 commit comments

Comments
 (0)