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.
1516 |
# File 'sig/types.rbs', line 1516
def initialize: (angle_degrees: Float, ?confidence: Float) -> void
|
Instance Attribute Details
#angle_degrees ⇒ Float (readonly)
Returns the value of attribute angle_degrees.
1513 1514 1515 |
# File 'sig/types.rbs', line 1513 def angle_degrees @angle_degrees end |
#confidence ⇒ Float (readonly)
Returns the value of attribute confidence.
1514 1515 1516 |
# File 'sig/types.rbs', line 1514 def confidence @confidence end |