Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Diarization Output Modified #1586

Merged
merged 13 commits into from
Jul 20, 2018
Prev Previous commit
Next Next commit
Removed unused args
  • Loading branch information
happyhuman committed Jul 20, 2018
commit b53296ae31f64d047ccbd3f028c26648013bb32b
8 changes: 0 additions & 8 deletions speech/cloud-client/beta_snippets.py
Original file line number Diff line number Diff line change
Expand Up @@ -283,14 +283,6 @@ def transcribe_file_with_word_level_confidence():
description=__doc__,
formatter_class=argparse.RawDescriptionHelpFormatter)
parser.add_argument('command')
parser.add_argument(
'path', help='File for audio file to be recognized')
parser.add_argument(
'first', help='First language in audio file to be recognized',
nargs='?')
parser.add_argument(
'second', help='Second language in audio file to be recognized',
nargs='?')

args = parser.parse_args()

Expand Down