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:

パラメータタイプ説明
arg0java.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:

パラメータタイプ説明
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

パラメータタイプ説明
arg0long
arg1int