| 816 | } |
| 817 | |
| 818 | TESS_API const char* TESS_CALL TessChoiceIteratorGetUTF8Text(const TessChoiceIterator* handle) |
| 819 | { |
| 820 | return handle->GetUTF8Text(); |
| 821 | } |
| 822 | |
| 823 | TESS_API float TESS_CALL TessChoiceIteratorConfidence(const TessChoiceIterator* handle) |
| 824 | { |
nothing calls this directly
no test coverage detected