#include <ambigs.h>
Definition at line 107 of file ambigs.h.
◆ AmbigSpec()
tesseract::AmbigSpec::AmbigSpec |
( |
| ) |
|
◆ ~AmbigSpec()
tesseract::AmbigSpec::~AmbigSpec |
( |
| ) |
|
|
default |
◆ compare_ambig_specs()
static int tesseract::AmbigSpec::compare_ambig_specs |
( |
const void * |
spec1, |
|
|
const void * |
spec2 |
|
) |
| |
|
inlinestatic |
Definition at line 115 of file ambigs.h.
116 const AmbigSpec *s1 = *static_cast<const AmbigSpec *const *>(spec1);
117 const AmbigSpec *s2 = *static_cast<const AmbigSpec *const *>(spec2);
119 if (result != 0)
return result;
121 s2->correct_fragments);
◆ correct_fragments
◆ correct_ngram_id
◆ type
◆ wrong_ngram
◆ wrong_ngram_size
int tesseract::AmbigSpec::wrong_ngram_size |
The documentation for this class was generated from the following files: