TalkPreparePatternsDetectorParams Method |
Prepares fingerprints database for pattern detector
Namespace:
CallFlowFramework.Nodes
Assembly:
CallFlowFramework (in CallFlowFramework.dll) Version: 1.1.0.355 (1.1.0.355)
Syntaxpublic static Object PreparePatternsDetectorParams(
List<string> pattern_file_names,
int sampling_rate,
int signal_fingerprint_len_ms = 0,
int fingerprint_hashing_step_ms = 0,
int etalon_step_ms = 16
)
public:
static Object^ PreparePatternsDetectorParams(
List<String^>^ pattern_file_names,
int sampling_rate,
int signal_fingerprint_len_ms = 0,
int fingerprint_hashing_step_ms = 0,
int etalon_step_ms = 16
)
Parameters
- pattern_file_names
- Type: System.Collections.GenericListString
name of wave files with pattern samples - sampling_rate
- Type: SystemInt32
sampling rate - signal_fingerprint_len_ms (Optional)
- Type: SystemInt32
signal fingerprint accumulation length (determine count of hashes in the fingerprint of signal), ms - fingerprint_hashing_step_ms (Optional)
- Type: SystemInt32
step of hashing signal and etalon (determine count of hashes in fingerprints of signal and etalon), ms - etalon_step_ms (Optional)
- Type: SystemInt32
step of collecting fingerprints from the etalon file, ms
Return Value
Type:
Object[Missing <returns> documentation for "M:CallFlowFramework.Nodes.Talk.PreparePatternsDetectorParams(System.Collections.Generic.List{System.String},System.Int32,System.Int32,System.Int32,System.Int32)"]
See Also