Tuning Log¶
Parameters for configuring the tuning log.
tuningLog.enabled¶
Description: Indicates if the tuning log is enabled.
Values: ‘true’ or ‘false’. Default value: ‘false’.
Location:
/opt/cpqd/asr/config/engine/engine.conf
Example:
--tuningLog.enabled=true
tuningLog.saveEpAudio¶
Description: Indicates if the audio of the speech segment detected by the endpointer should be recorded. No recording will take place if the tuningLog is not enabled as well.
Values: ‘true’ or ‘false’. Default value: ‘true’.
Location:
/opt/cpqd/asr/config/engine/engine.conf
Example:
--tuningLog.saveEpAudio=true
tuningLog.saveInAudio¶
Description: Indicates if the input audio should be recorded. No recording will take place if the tuningLog is not enabled as well.
Values: ‘true’ or ‘false’. Default value: ‘true’.
Location:
/opt/cpqd/asr/config/engine/engine.conf
Example:
--tuningLog.saveInAudio=true
tuningLog.sessionSampling¶
Description: Indicates the percentage of sessions that should be registered in the tuning log.
Values: Integer number from 0 - 100. Default value: 100.
Location:
/opt/cpqd/asr/config/engine/engine.conf
Example:
--tuningLog.sessionSampling=100
tuningLog.startDate¶
Description: Start date for registering the tuning log.
Values: Date in the YYYY-MM-DD format. Example: 2018-01-30.
Location:
/opt/cpqd/asr/config/engine/engine.conf
Example:
--tuningLog.startDate=2018-01-30
tuningLog.stopDate¶
Description: End date for registering the tuning log.
Values: Date in the YYYY-MM-DD format. Example: 2100-01-30.
Location:
/opt/cpqd/asr/config/engine/engine.conf
Example:
--tuningLog.stopDate=2100-01-30