Class: Xberg::PageOcrConfidence
- Inherits:
-
Object
- Object
- Xberg::PageOcrConfidence
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#backend ⇒ String
readonly
Returns the value of attribute backend.
-
#score ⇒ Float?
readonly
Returns the value of attribute score.
-
#word_count ⇒ Integer
readonly
Returns the value of attribute word_count.
Instance Method Summary collapse
-
#initialize ⇒ PageOcrConfidence
constructor
A new instance of PageOcrConfidence.
Constructor Details
#initialize ⇒ PageOcrConfidence
Returns a new instance of PageOcrConfidence.
1950 |
# File 'sig/types.rbs', line 1950
def initialize: (?score: Float, ?word_count: Integer, ?backend: String) -> void
|
Instance Attribute Details
#backend ⇒ String (readonly)
Returns the value of attribute backend.
1948 1949 1950 |
# File 'sig/types.rbs', line 1948 def backend @backend end |
#score ⇒ Float? (readonly)
Returns the value of attribute score.
1946 1947 1948 |
# File 'sig/types.rbs', line 1946 def score @score end |
#word_count ⇒ Integer (readonly)
Returns the value of attribute word_count.
1947 1948 1949 |
# File 'sig/types.rbs', line 1947 def word_count @word_count end |