The DataDir
parameter sets the path to the default location for IDOL Speech Server input files, such as audio data and text data.
When you set DataDir
, IDOL Speech Server treats relative paths as relative to the DataDir
.
If you do not set the DataDir
, IDOL Speech Server treats relative paths for user-provided files as relative to the server working directory, and relative paths for server-created files as relative to the configured TempDir.
In either case, you can also specify file locations with an absolute path.
Type: | String |
---|---|
Default: | None |
Required: | No |
Configuration Section: | Paths |
Example: | DataDir=C:/HewlettPackardEnterprise/SpeechServer/AudioData
|
See Also: | TempDir |
|