Class: Xberg::OcrRotation

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOcrRotation



1799
# File 'sig/types.rbs', line 1799

def initialize: (angle_degrees: Float, ?confidence: Float) -> void

Instance Attribute Details

#angle_degreesFloat (readonly)

Returns the value of attribute angle_degrees.



1796
1797
1798
# File 'sig/types.rbs', line 1796

def angle_degrees
  @angle_degrees
end

#confidenceFloat? (readonly)

Returns the value of attribute confidence.



1797
1798
1799
# File 'sig/types.rbs', line 1797

def confidence
  @confidence
end