Package com.nefrock.edgeocr
Class TextMapperWithConfidence.StringWithConfidence
java.lang.Object
com.nefrock.edgeocr.TextMapperWithConfidence.StringWithConfidence
- Enclosing class:
- TextMapperWithConfidence
変更後の文字列と信頼度を保持するクラスです。
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionStringWithConfidence
(String reading, float confidence) 変更後の文字列と信頼度を保持するクラスを作成します。 -
Method Summary
-
Field Details
-
reading
変更後の文字列 -
confidence
public float confidence変更後の信頼度
-
-
Constructor Details
-
StringWithConfidence
変更後の文字列と信頼度を保持するクラスを作成します。- Parameters:
reading
- 変更後の文字列confidence
- 変更後の信頼度
-