Class: Xberg::OcrRotation
- Inherits:
-
Object
- Object
- Xberg::OcrRotation
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#angle_degrees ⇒ Float
readonly
Returns the value of attribute angle_degrees.
-
#confidence ⇒ Float
readonly
Returns the value of attribute confidence.
Instance Method Summary collapse
-
#initialize ⇒ OcrRotation
constructor
A new instance of OcrRotation.
Constructor Details
#initialize ⇒ OcrRotation
Returns a new instance of OcrRotation.
1527 |
# File 'sig/types.rbs', line 1527
def initialize: (angle_degrees: Float, ?confidence: Float) -> void
|
Instance Attribute Details
#angle_degrees ⇒ Float (readonly)
Returns the value of attribute angle_degrees.
1524 1525 1526 |
# File 'sig/types.rbs', line 1524 def angle_degrees @angle_degrees end |
#confidence ⇒ Float (readonly)
Returns the value of attribute confidence.
1525 1526 1527 |
# File 'sig/types.rbs', line 1525 def confidence @confidence end |