Skip to content

Commit

Permalink
Set transcript type to machine-best
Browse files Browse the repository at this point in the history
  • Loading branch information
akalsey committed Jun 24, 2015
1 parent ea432ef commit 60a49c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"apikey" => $app->config('apikey'),
"password" => $app->config('password'),
"action" => "uploadMedia",
"transcriptType" => "machine-best",
"mediaURL" => $app->request()->getUrl() . $app->request()->getScriptName() . "/audio/$id.wav",
"machineReadyCallBack" => $app->request()->getUrl() . $app->request()->getScriptName() . "/transcription",
"speakerChannelFlag" => 'true',
Expand Down

0 comments on commit 60a49c4

Please sign in to comment.