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)


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

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

Instance Attribute Details

#angle_degreesFloat (readonly)

Returns the value of attribute angle_degrees.

Returns:

  • (Float)


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

def angle_degrees
  @angle_degrees
end

#confidenceFloat (readonly)

Returns the value of attribute confidence.

Returns:

  • (Float)


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

def confidence
  @confidence
end