#include <JScript.h>
Public Attributes | |
char | language [50] |
script name array. max 50 languages | |
int | total_symbol_count |
total symbol number | |
int | correctly_matched |
number of symbols correctly matched to this script | |
int | incorrectly_matched |
number of symbols incorrectly matched to this script | |
int | matched_to_other |
number of symbols incorrectly matched to other scripts | |
char * | prev |
previous language | |
char * | next |
next language | |
char | spare [50] |
spare |
Structure used to store all information pertaining to a particular script. Most of the fields are used to store the results of particular training and reliability computations
Definition at line 101 of file JScript.h.
char _language_results::language[50] |
char* _language_results::prev |
char* _language_results::next |
char _language_results::spare[50] |