tesseract v5.3.3.20231005
tesseract::LABELEDLISTNODE Struct Reference

#include <commontraining.h>

Public Member Functions

 LABELEDLISTNODE (const char *label)
 

Public Attributes

std::string Label
 
int SampleCount = 0
 
int font_sample_count = 0
 
LIST List = nullptr
 

Detailed Description

Definition at line 78 of file commontraining.h.

Constructor & Destructor Documentation

◆ LABELEDLISTNODE()

tesseract::LABELEDLISTNODE::LABELEDLISTNODE ( const char *  label)
inline

This constructor allocates a new, empty labeled list and gives it the specified label.

Parameters
Labellabel for new list

Definition at line 82 of file commontraining.h.

82 : Label(label) {
83 }

Member Data Documentation

◆ font_sample_count

int tesseract::LABELEDLISTNODE::font_sample_count = 0

Definition at line 86 of file commontraining.h.

◆ Label

std::string tesseract::LABELEDLISTNODE::Label

Definition at line 84 of file commontraining.h.

◆ List

LIST tesseract::LABELEDLISTNODE::List = nullptr

Definition at line 87 of file commontraining.h.

◆ SampleCount

int tesseract::LABELEDLISTNODE::SampleCount = 0

Definition at line 85 of file commontraining.h.


The documentation for this struct was generated from the following file: