Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
fix: Remove incorrect comment on enhanced models (#95)
Browse files Browse the repository at this point in the history
Fixes http://b/140560084
  • Loading branch information
vinnysenthil committed Dec 14, 2020
1 parent 46f2192 commit 8a02cee
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions samples/snippets/transcribe_enhanced_model.py
Expand Up @@ -42,8 +42,6 @@ def transcribe_file_with_enhanced_model(path):
encoding=speech.RecognitionConfig.AudioEncoding.LINEAR16,
sample_rate_hertz=8000,
language_code="en-US",
# Enhanced models are only available to projects that
# opt in for audio data collection.
use_enhanced=True,
# A model must be specified to use enhanced model.
model="phone_call",
Expand Down

0 comments on commit 8a02cee

Please sign in to comment.