RecognitionResult.LinesResult
محتويات
[
يخفي
]Inheritance: java.lang.Object
public class RecognitionResult.LinesResult
الحقول
| حقل | الوصف |
|---|---|
| confidence | درجة الثقة المخصصة لسطر النص المعترف به، ممثلة كقيمة عائمة بين 0.0 و 1.0. |
| line | |
| textInLine |
الطرق
| طريقة | الوصف |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
confidence
public double confidence
درجة الثقة المخصصة لسطر النص المعترف به، ممثلة كقيمة عائمة بين 0.0 و 1.0. تشير درجة 1.0 إلى أعلى مستوى من اليقين في التعرف.
يتم دائمًا تعيين هذه القيمة إلى 0 عند استخدام ترخيص مؤقت. يتم حساب الثقة فقط للغات التالية: مجموعة اللغة الصينية، العربية، الهندية، الأوروبية، الكورية، اليابانية، التيلوغو، التاميلية، والكانادا.
لا يتم حساب الثقة للغة ExtLatin أو اللغات التي تحتوي على علامات تشكيل.
line
public Rectangle line
textInLine
public String textInLine
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
toString()
public String toString()
Returns: java.lang.String
wait()
public final void wait()
wait(long arg0)
public final native void wait(long arg0)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long |
wait(long arg0, int arg1)
public final void wait(long arg0, int arg1)
Parameters:
| معامل | نوع | الوصف |
|---|---|---|
| arg0 | long | |
| arg1 | int |