C# Class TesseractTrainer.App_Code.Glyph

Afficher le fichier Open project: Early-Modern-OCR/FrankenPlus Class Usage Examples

Méthodes publiques

Свойство Type Description
FontID string
Frequency int
HasMore bool
ID string
Images System.Collections.Generic.List
Unicode string
XOffset float
YOffset float

Méthodes publiques

Méthode Description
AddImage ( string ImagePath ) : void
Delete ( ) : void
FindImage ( string ImageID ) : int
GetRandomImage ( ) : string
Glyph ( ) : System
Glyph ( string ID, bool LoadImages ) : System
HasAvailableImage ( ) : bool
RefreshImages ( ) : void
Save ( bool IncludeChildren ) : void
ToString ( ) : string

Method Details

AddImage() public méthode

public AddImage ( string ImagePath ) : void
ImagePath string
Résultat void

Delete() public méthode

public Delete ( ) : void
Résultat void

FindImage() public méthode

public FindImage ( string ImageID ) : int
ImageID string
Résultat int

GetRandomImage() public méthode

public GetRandomImage ( ) : string
Résultat string

Glyph() public méthode

public Glyph ( ) : System
Résultat System

Glyph() public méthode

public Glyph ( string ID, bool LoadImages ) : System
ID string
LoadImages bool
Résultat System

HasAvailableImage() public méthode

public HasAvailableImage ( ) : bool
Résultat bool

RefreshImages() public méthode

public RefreshImages ( ) : void
Résultat void

Save() public méthode

public Save ( bool IncludeChildren ) : void
IncludeChildren bool
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

FontID public_oe property

public string FontID
Résultat string

Frequency public_oe property

public int Frequency
Résultat int

HasMore public_oe property

public bool HasMore
Résultat bool

ID public_oe property

public string ID
Résultat string

Images public_oe property

public List,System.Collections.Generic Images
Résultat System.Collections.Generic.List

Unicode public_oe property

public string Unicode
Résultat string

XOffset public_oe property

public float XOffset
Résultat float

YOffset public_oe property

public float YOffset
Résultat float