Class: Xberg::OcrElementConfig
- Inherits:
-
Object
- Object
- Xberg::OcrElementConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#build_hierarchy ⇒ Boolean
readonly
Returns the value of attribute build_hierarchy.
-
#include_elements ⇒ Boolean
readonly
Returns the value of attribute include_elements.
-
#min_confidence ⇒ Float
readonly
Returns the value of attribute min_confidence.
-
#min_level ⇒ enum_OcrElementLevel
readonly
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.
1714 |
# File 'sig/types.rbs', line 1714 def initialize: (?include_elements: bool, ?min_level: enum_OcrElementLevel, ?min_confidence: Float, ?build_hierarchy: bool) -> void |
Instance Attribute Details
#build_hierarchy ⇒ Boolean (readonly)
Returns the value of attribute build_hierarchy.
1712 1713 1714 |
# File 'sig/types.rbs', line 1712 def build_hierarchy @build_hierarchy end |
#include_elements ⇒ Boolean (readonly)
Returns the value of attribute include_elements.
1709 1710 1711 |
# File 'sig/types.rbs', line 1709 def include_elements @include_elements end |
#min_confidence ⇒ Float (readonly)
Returns the value of attribute min_confidence.
1711 1712 1713 |
# File 'sig/types.rbs', line 1711 def min_confidence @min_confidence end |
#min_level ⇒ enum_OcrElementLevel (readonly)
Returns the value of attribute min_level.
1710 1711 1712 |
# File 'sig/types.rbs', line 1710 def min_level @min_level end |