Class: Xberg::OrientationResult
- Inherits:
-
Object
- Object
- Xberg::OrientationResult
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#confidence ⇒ Float
readonly
Returns the value of attribute confidence.
-
#degrees ⇒ Integer
readonly
Returns the value of attribute degrees.
Instance Method Summary collapse
-
#initialize ⇒ OrientationResult
constructor
A new instance of OrientationResult.
Constructor Details
#initialize ⇒ OrientationResult
Returns a new instance of OrientationResult.
2029 |
# File 'sig/types.rbs', line 2029
def initialize: (degrees: Integer, confidence: Float) -> void
|
Instance Attribute Details
#confidence ⇒ Float (readonly)
Returns the value of attribute confidence.
2027 2028 2029 |
# File 'sig/types.rbs', line 2027 def confidence @confidence end |
#degrees ⇒ Integer (readonly)
Returns the value of attribute degrees.
2026 2027 2028 |
# File 'sig/types.rbs', line 2026 def degrees @degrees end |