C# 클래스 Strabo.Core.TextRecognition.TessResult

파일 보기 프로젝트 열기: spatial-computing/strabo-learning-ocr-transformation 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
back bool
dict_similarity double
dict_word3 string
fileName string
front bool
h int
id string
sameMatches string
tess_cost3 double
tess_raw3 string
tess_word3 string
w int
x int
y int

프로퍼티 상세

back 공개적으로 프로퍼티

public bool back
리턴 bool

dict_similarity 공개적으로 프로퍼티

public double dict_similarity
리턴 double

dict_word3 공개적으로 프로퍼티

public string dict_word3
리턴 string

fileName 공개적으로 프로퍼티

public string fileName
리턴 string

front 공개적으로 프로퍼티

public bool front
리턴 bool

h 공개적으로 프로퍼티

public int h
리턴 int

id 공개적으로 프로퍼티

public string id
리턴 string

sameMatches 공개적으로 프로퍼티

public string sameMatches
리턴 string

tess_cost3 공개적으로 프로퍼티

public double tess_cost3
리턴 double

tess_raw3 공개적으로 프로퍼티

public string tess_raw3
리턴 string

tess_word3 공개적으로 프로퍼티

public string tess_word3
리턴 string

w 공개적으로 프로퍼티

public int w
리턴 int

x 공개적으로 프로퍼티

public int x
리턴 int

y 공개적으로 프로퍼티

public int y
리턴 int