The parameters in this section customize the IdolSpeech
task.
This task extracts speech from audio and video files, and places it in the document content.
You can configure the IdolSpeech
task as a Pre or Post task.
The IdolSpeech
task processes only those documents that have the field AUTN_NEEDS_TRANSCRIPTION
, so you must add this field to any document that you want to process. You can do this using a Lua script.
The following example shows how to configure the IdolSpeech
task in the CFS configuration file. The task reads configuration parameters from the section of the configuration file that you specify in the Pre
or Post
parameter, for example:
[ImportTasks] Pre0=Lua:Identify_Audio_Files.lua Pre1=IdolSpeech:IdolSpeechSettings [IdolSpeechSettings] IdolSpeechServers=server:15000 IdolSpeechLanguage=ENUK
|