|
tesseract 3.04.01
|
#include <ltrresultiterator.h>
Public Member Functions | |
| ChoiceIterator (const LTRResultIterator &result_it) | |
| ~ChoiceIterator () | |
| bool | Next () |
| const char * | GetUTF8Text () const |
| float | Confidence () const |
Definition at line 186 of file ltrresultiterator.h.
| tesseract::ChoiceIterator::ChoiceIterator | ( | const LTRResultIterator & | result_it | ) | [explicit] |
Definition at line 341 of file ltrresultiterator.cpp.
{
choice_it_ = new BLOB_CHOICE_IT(choices);
choice_it_->mark_cycle_pt();
} else {
choice_it_ = NULL;
}
}
| tesseract::ChoiceIterator::~ChoiceIterator | ( | ) |
Definition at line 355 of file ltrresultiterator.cpp.
| float tesseract::ChoiceIterator::Confidence | ( | ) | const |
Definition at line 379 of file ltrresultiterator.cpp.
| const char * tesseract::ChoiceIterator::GetUTF8Text | ( | ) | const |
Definition at line 370 of file ltrresultiterator.cpp.
| bool tesseract::ChoiceIterator::Next | ( | ) |
Definition at line 361 of file ltrresultiterator.cpp.