tesseract  5.0.0-alpha-619-ge9db
OSBestResult Struct Reference

#include <osdetect.h>

Public Member Functions

 OSBestResult ()
 

Public Attributes

int orientation_id
 
int script_id
 
float sconfidence
 
float oconfidence
 

Detailed Description

Definition at line 41 of file osdetect.h.

Constructor & Destructor Documentation

◆ OSBestResult()

OSBestResult::OSBestResult ( )
inline

Definition at line 42 of file osdetect.h.

43  : orientation_id(0), script_id(0), sconfidence(0.0), oconfidence(0.0) {}

Member Data Documentation

◆ oconfidence

float OSBestResult::oconfidence

Definition at line 47 of file osdetect.h.

◆ orientation_id

int OSBestResult::orientation_id

Definition at line 44 of file osdetect.h.

◆ sconfidence

float OSBestResult::sconfidence

Definition at line 46 of file osdetect.h.

◆ script_id

int OSBestResult::script_id

Definition at line 45 of file osdetect.h.


The documentation for this struct was generated from the following file:
OSBestResult::script_id
int script_id
Definition: osdetect.h:45
OSBestResult::orientation_id
int orientation_id
Definition: osdetect.h:44
OSBestResult::oconfidence
float oconfidence
Definition: osdetect.h:47
OSBestResult::sconfidence
float sconfidence
Definition: osdetect.h:46