tesseract  5.0.0-alpha-619-ge9db
DANGERR_INFO Struct Reference

#include <stopper.h>

Public Member Functions

 DANGERR_INFO ()
 
 DANGERR_INFO (int b, int e, bool d, bool n, UNICHAR_ID l)
 

Public Attributes

int begin
 
int end
 
bool dangerous
 
bool correct_is_ngram
 
UNICHAR_ID leftmost
 

Detailed Description

Definition at line 33 of file stopper.h.

Constructor & Destructor Documentation

◆ DANGERR_INFO() [1/2]

DANGERR_INFO::DANGERR_INFO ( )
inline

Definition at line 34 of file stopper.h.

34  {
35  DANGERR_INFO() :
36  begin(-1), end(-1), dangerous(false), correct_is_ngram(false),

◆ DANGERR_INFO() [2/2]

DANGERR_INFO::DANGERR_INFO ( int  b,
int  e,
bool  d,
bool  n,
UNICHAR_ID  l 
)
inline

Definition at line 37 of file stopper.h.

37  {}
38  DANGERR_INFO(int b, int e, bool d, bool n, UNICHAR_ID l) :

Member Data Documentation

◆ begin

int DANGERR_INFO::begin

Definition at line 39 of file stopper.h.

◆ correct_is_ngram

bool DANGERR_INFO::correct_is_ngram

Definition at line 42 of file stopper.h.

◆ dangerous

bool DANGERR_INFO::dangerous

Definition at line 41 of file stopper.h.

◆ end

int DANGERR_INFO::end

Definition at line 40 of file stopper.h.

◆ leftmost

UNICHAR_ID DANGERR_INFO::leftmost

Definition at line 43 of file stopper.h.


The documentation for this struct was generated from the following file:
DANGERR_INFO::DANGERR_INFO
DANGERR_INFO()
Definition: stopper.h:34
DANGERR_INFO::dangerous
bool dangerous
Definition: stopper.h:41
DANGERR_INFO::begin
int begin
Definition: stopper.h:39
UNICHAR_ID
int UNICHAR_ID
Definition: unichar.h:36
DANGERR_INFO::end
int end
Definition: stopper.h:40
DANGERR_INFO::correct_is_ngram
bool correct_is_ngram
Definition: stopper.h:42