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

fix: Remove incorrect comment on enhanced models #95

Merged
merged 1 commit into from Dec 14, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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