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)


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

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

Instance Attribute Details

#angle_degreesFloat (readonly)

Returns the value of attribute angle_degrees.

Returns:

  • (Float)


1513
1514
1515
# File 'sig/types.rbs', line 1513

def angle_degrees
  @angle_degrees
end

#confidenceFloat (readonly)

Returns the value of attribute confidence.

Returns:

  • (Float)


1514
1515
1516
# File 'sig/types.rbs', line 1514

def confidence
  @confidence
end