Class: Xberg::OcrElementConfig
- Inherits:
-
Object
- Object
- Xberg::OcrElementConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#build_hierarchy ⇒ Boolean?
Returns the value of attribute build_hierarchy.
-
#include_elements ⇒ Boolean?
Returns the value of attribute include_elements.
-
#min_confidence ⇒ Float?
Returns the value of attribute min_confidence.
-
#min_level ⇒ OcrElementLevel?
Returns the value of attribute min_level.
Instance Method Summary collapse
-
#initialize ⇒ OcrElementConfig
constructor
A new instance of OcrElementConfig.
Constructor Details
#initialize ⇒ OcrElementConfig
Returns a new instance of OcrElementConfig.
1549 |
# File 'sig/types.rbs', line 1549
def initialize: (?include_elements: bool, ?min_level: OcrElementLevel, ?min_confidence: Float, ?build_hierarchy: bool) -> void
|
Instance Attribute Details
#build_hierarchy ⇒ Boolean?
Returns the value of attribute build_hierarchy.
1547 1548 1549 |
# File 'sig/types.rbs', line 1547 def build_hierarchy @build_hierarchy end |
#include_elements ⇒ Boolean?
Returns the value of attribute include_elements.
1544 1545 1546 |
# File 'sig/types.rbs', line 1544 def include_elements @include_elements end |
#min_confidence ⇒ Float?
Returns the value of attribute min_confidence.
1546 1547 1548 |
# File 'sig/types.rbs', line 1546 def min_confidence @min_confidence end |
#min_level ⇒ OcrElementLevel?
Returns the value of attribute min_level.
1545 1546 1547 |
# File 'sig/types.rbs', line 1545 def min_level @min_level end |