Class: Xberg::OcrConfidence
- Inherits:
-
Object
- Object
- Xberg::OcrConfidence
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#detection ⇒ Float?
readonly
Returns the value of attribute detection.
-
#recognition ⇒ Float
readonly
Returns the value of attribute recognition.
Instance Method Summary collapse
-
#initialize ⇒ OcrConfidence
constructor
A new instance of OcrConfidence.
Constructor Details
#initialize ⇒ OcrConfidence
Returns a new instance of OcrConfidence.
1669 |
# File 'sig/types.rbs', line 1669 def initialize: (?detection: Float, ?recognition: Float) -> void |
Instance Attribute Details
#detection ⇒ Float? (readonly)
Returns the value of attribute detection.
1666 1667 1668 |
# File 'sig/types.rbs', line 1666 def detection @detection end |
#recognition ⇒ Float (readonly)
Returns the value of attribute recognition.
1667 1668 1669 |
# File 'sig/types.rbs', line 1667 def recognition @recognition end |