|
tesseract v5.3.3.20231005
|
#include <ltrresultiterator.h>
Public Member Functions | |
| ChoiceIterator (const LTRResultIterator &result_it) | |
| ~ChoiceIterator () | |
| bool | Next () |
| const char * | GetUTF8Text () const |
| float | Confidence () const |
| std::vector< std::vector< std::pair< const char *, float > > > * | Timesteps () const |
Definition at line 180 of file ltrresultiterator.h.
|
explicit |
Definition at line 382 of file ltrresultiterator.cpp.
| tesseract::ChoiceIterator::~ChoiceIterator | ( | ) |
Definition at line 419 of file ltrresultiterator.cpp.
| float tesseract::ChoiceIterator::Confidence | ( | ) | const |
Definition at line 464 of file ltrresultiterator.cpp.
| const char * tesseract::ChoiceIterator::GetUTF8Text | ( | ) | const |
Definition at line 445 of file ltrresultiterator.cpp.
| bool tesseract::ChoiceIterator::Next | ( | ) |
Definition at line 425 of file ltrresultiterator.cpp.
| std::vector< std::vector< std::pair< const char *, float > > > * tesseract::ChoiceIterator::Timesteps | ( | ) | const |
Definition at line 479 of file ltrresultiterator.cpp.