Specifies a file to handle. The file type depends on the module.
Module | File |
---|---|
ctm | An input file. |
lfout | An input LIF file. Either the File or the Out parameter must be set, otherwise IDOL Speech Server produces a query. |
phraseprematch |
The FMD file to read or write in audio phrase search. NOTE:
For the |
audiotemplatescore | An audio input file. |
textnorm | A raw text transcription file. |
You can specify an absolute or relative file path. If you specify a relative path, it is considered as being relative to the speaker ID directory. If the file path is excluded, IDOL Speech Server defaults to the temporary directory.
The SpeakerIDDir parameter in the [Paths]
section of the configuration file sets the location of the speaker ID directory.
Type: | String |
Default: | None |
Required: | Yes |
Configuration Section: | ctm, lfout, phraseprematch, audiotemplatescore, and textnorm modules |
Example: | File=myFile.ctm (as output file)File=T:\data\myData.wav (as input file) |
See Also: | CtmFile (action parameter) File (action parameter) Out (action parameter) |
|