Class: Xberg::OcrConfidence
- Inherits:
-
Object
- Object
- Xberg::OcrConfidence
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#detection ⇒ Float?
Returns the value of attribute detection.
-
#recognition ⇒ Float?
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.
1509 |
# File 'sig/types.rbs', line 1509
def initialize: (?detection: Float, ?recognition: Float) -> void
|
Instance Attribute Details
#detection ⇒ Float?
Returns the value of attribute detection.
1506 1507 1508 |
# File 'sig/types.rbs', line 1506 def detection @detection end |
#recognition ⇒ Float?
Returns the value of attribute recognition.
1507 1508 1509 |
# File 'sig/types.rbs', line 1507 def recognition @recognition end |