$search
Public Member Functions | |
| Word (string word, float score) | |
| Word () | |
Public Attributes | |
| float | score |
| string | word |
Definition at line 92 of file text_detect.h.
| DetectText::Word::Word | ( | ) | [inline] |
Definition at line 94 of file text_detect.h.
| DetectText::Word::Word | ( | string | word, | |
| float | score | |||
| ) | [inline] |
Definition at line 98 of file text_detect.h.
| float DetectText::Word::score |
Definition at line 103 of file text_detect.h.
| string DetectText::Word::word |
Definition at line 102 of file text_detect.h.