The path of a Lua script that determines whether to redact an audio record.
Specify an absolute path or a path relative to the directory specified by LuaDirectory.
The script must define a function with the name pred
. The function must accept a record and return either true
, to redact the record, or false
. An example script is included in the Media Server installation.
Type: | String |
Default: | |
Required: | No |
Configuration Section: | TaskName |
Example: | LuaScript=speechToTextMatch.lua
|
See Also: | PredicateType |
|