Class: Xberg::LayoutDetectionConfig
- Inherits:
-
Object
- Object
- Xberg::LayoutDetectionConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#acceleration ⇒ AccelerationConfig?
readonly
Returns the value of attribute acceleration.
-
#apply_heuristics ⇒ Boolean
readonly
Returns the value of attribute apply_heuristics.
-
#confidence_threshold ⇒ Float?
readonly
Returns the value of attribute confidence_threshold.
-
#enable_chart_understanding ⇒ Boolean
readonly
Returns the value of attribute enable_chart_understanding.
-
#formula_model ⇒ enum_FormulaModel?
readonly
Returns the value of attribute formula_model.
-
#strategy ⇒ enum_LayoutStrategy
readonly
Returns the value of attribute strategy.
-
#table_model ⇒ enum_TableModel
readonly
Returns the value of attribute table_model.
-
#table_overlap_preference ⇒ enum_TableOverlapPreference
readonly
Returns the value of attribute table_overlap_preference.
Instance Method Summary collapse
-
#initialize ⇒ LayoutDetectionConfig
constructor
A new instance of LayoutDetectionConfig.
Constructor Details
#initialize ⇒ LayoutDetectionConfig
Returns a new instance of LayoutDetectionConfig.
1454 |
# File 'sig/types.rbs', line 1454
def initialize: (?strategy: enum_LayoutStrategy, ?confidence_threshold: Float, ?apply_heuristics: bool, ?table_model: enum_TableModel, ?formula_model: enum_FormulaModel, ?table_overlap_preference: enum_TableOverlapPreference, ?acceleration: AccelerationConfig, ?enable_chart_understanding: bool) -> void
|
Instance Attribute Details
#acceleration ⇒ AccelerationConfig? (readonly)
Returns the value of attribute acceleration.
1451 1452 1453 |
# File 'sig/types.rbs', line 1451 def acceleration @acceleration end |
#apply_heuristics ⇒ Boolean (readonly)
Returns the value of attribute apply_heuristics.
1447 1448 1449 |
# File 'sig/types.rbs', line 1447 def apply_heuristics @apply_heuristics end |
#confidence_threshold ⇒ Float? (readonly)
Returns the value of attribute confidence_threshold.
1446 1447 1448 |
# File 'sig/types.rbs', line 1446 def confidence_threshold @confidence_threshold end |
#enable_chart_understanding ⇒ Boolean (readonly)
Returns the value of attribute enable_chart_understanding.
1452 1453 1454 |
# File 'sig/types.rbs', line 1452 def enable_chart_understanding @enable_chart_understanding end |
#formula_model ⇒ enum_FormulaModel? (readonly)
Returns the value of attribute formula_model.
1449 1450 1451 |
# File 'sig/types.rbs', line 1449 def formula_model @formula_model end |
#strategy ⇒ enum_LayoutStrategy (readonly)
Returns the value of attribute strategy.
1445 1446 1447 |
# File 'sig/types.rbs', line 1445 def strategy @strategy end |
#table_model ⇒ enum_TableModel (readonly)
Returns the value of attribute table_model.
1448 1449 1450 |
# File 'sig/types.rbs', line 1448 def table_model @table_model end |
#table_overlap_preference ⇒ enum_TableOverlapPreference (readonly)
Returns the value of attribute table_overlap_preference.
1450 1451 1452 |
# File 'sig/types.rbs', line 1450 def table_overlap_preference @table_overlap_preference end |