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.
2206 |
# File 'sig/types.rbs', line 2206
def initialize: (degrees: Integer, confidence: Float) -> void
|
Instance Attribute Details
#confidence ⇒ Float (readonly)
Returns the value of attribute confidence.
2204 2205 2206 |
# File 'sig/types.rbs', line 2204 def confidence @confidence end |
#degrees ⇒ Integer (readonly)
Returns the value of attribute degrees.
2203 2204 2205 |
# File 'sig/types.rbs', line 2203 def degrees @degrees end |