Class: Xberg::OcrRotation

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initializeOcrRotation

Returns a new instance of OcrRotation.

Parameters:

  • angle_degrees: (Float)
  • confidence: (Float)


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

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

Instance Attribute Details

#angle_degreesFloat (readonly)

Returns the value of attribute angle_degrees.

Returns:

  • (Float)


1525
1526
1527
# File 'sig/types.rbs', line 1525

def angle_degrees
  @angle_degrees
end

#confidenceFloat (readonly)

Returns the value of attribute confidence.

Returns:

  • (Float)


1526
1527
1528
# File 'sig/types.rbs', line 1526

def confidence
  @confidence
end