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.
1538 |
# File 'sig/types.rbs', line 1538
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.
1536 1537 1538 |
# File 'sig/types.rbs', line 1536 def build_hierarchy @build_hierarchy end |
#include_elements ⇒ Boolean?
Returns the value of attribute include_elements.
1533 1534 1535 |
# File 'sig/types.rbs', line 1533 def include_elements @include_elements end |
#min_confidence ⇒ Float?
Returns the value of attribute min_confidence.
1535 1536 1537 |
# File 'sig/types.rbs', line 1535 def min_confidence @min_confidence end |
#min_level ⇒ OcrElementLevel?
Returns the value of attribute min_level.
1534 1535 1536 |
# File 'sig/types.rbs', line 1534 def min_level @min_level end |