10#ifndef FRVT_CONSTANTS_H_ 
   11#define FRVT_CONSTANTS_H_ 
   14#include <frvt_constants_common.h> 
   17    namespace Properties {
 
   19        const std::string GALLERY_TYPE{
"Gallery Type"};
 
   22        const std::string APPLY_LONG_RANGE_PREPROC{
"Apply Long Range Preprocessing"};
 
   23        const std::string LONG_RANGE_IMAGE_OUTPUTDIR{
"Long Range Image Output Directory"};
 
   24        const std::string LONG_RANGE_NUM_FRAMES_TO_PREPROC{
"Long Range Number of Frames to Preprocess"};
 
   28        const std::string SEARCH_IMG_CSV{
"Search Image CSV"};
 
   29        const std::string GALLERY_ACTION{
"Gallery Action"};
 
   31        const std::string FUNCTION_TIMEOUT_SECS{
"Function Timeout Seconds"};
 
   34        const std::string FINALIZE_LOG{
"Finalize Log"};
 
   35        const std::string FINALIZE_DEBUG_LOG{
"Finalize Debug Log"};
 
   38        const std::string TEMPLATE_RS_CSV{
"Template Recordstores CSV"};
 
   39        const std::string CANDIDATE_LIST_LOG{
"Candidate List Log"};
 
   40        const std::string CANDIDATE_LIST_LENGTH{
"Candidate List Length"};