C# 클래스 TesseractTrainer.App_Code.Glyph

파일 보기 프로젝트 열기: Early-Modern-OCR/FrankenPlus 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
FontID string
Frequency int
HasMore bool
ID string
Images System.Collections.Generic.List
Unicode string
XOffset float
YOffset float

공개 메소드들

메소드 설명
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

메소드 상세

AddImage() 공개 메소드

public AddImage ( string ImagePath ) : void
ImagePath string
리턴 void

Delete() 공개 메소드

public Delete ( ) : void
리턴 void

FindImage() 공개 메소드

public FindImage ( string ImageID ) : int
ImageID string
리턴 int

GetRandomImage() 공개 메소드

public GetRandomImage ( ) : string
리턴 string

Glyph() 공개 메소드

public Glyph ( ) : System
리턴 System

Glyph() 공개 메소드

public Glyph ( string ID, bool LoadImages ) : System
ID string
LoadImages bool
리턴 System

HasAvailableImage() 공개 메소드

public HasAvailableImage ( ) : bool
리턴 bool

RefreshImages() 공개 메소드

public RefreshImages ( ) : void
리턴 void

Save() 공개 메소드

public Save ( bool IncludeChildren ) : void
IncludeChildren bool
리턴 void

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

FontID 공개적으로 프로퍼티

public string FontID
리턴 string

Frequency 공개적으로 프로퍼티

public int Frequency
리턴 int

HasMore 공개적으로 프로퍼티

public bool HasMore
리턴 bool

ID 공개적으로 프로퍼티

public string ID
리턴 string

Images 공개적으로 프로퍼티

public List,System.Collections.Generic Images
리턴 System.Collections.Generic.List

Unicode 공개적으로 프로퍼티

public string Unicode
리턴 string

XOffset 공개적으로 프로퍼티

public float XOffset
리턴 float

YOffset 공개적으로 프로퍼티

public float YOffset
리턴 float