Class: Xberg::LayoutDetectionConfig
- Inherits:
-
Object
- Object
- Xberg::LayoutDetectionConfig
- Defined in:
- sig/types.rbs
Instance Attribute Summary collapse
-
#acceleration ⇒ AccelerationConfig?
Returns the value of attribute acceleration.
-
#apply_heuristics ⇒ Boolean?
Returns the value of attribute apply_heuristics.
-
#confidence_threshold ⇒ Float?
Returns the value of attribute confidence_threshold.
-
#enable_chart_understanding ⇒ Boolean?
Returns the value of attribute enable_chart_understanding.
-
#table_model ⇒ TableModel?
Returns the value of attribute table_model.
-
#table_overlap_preference ⇒ TableOverlapPreference?
Returns the value of attribute table_overlap_preference.
Class Method Summary collapse
Instance Method Summary collapse
-
#initialize ⇒ LayoutDetectionConfig
constructor
A new instance of LayoutDetectionConfig.
Constructor Details
#initialize ⇒ LayoutDetectionConfig
Returns a new instance of LayoutDetectionConfig.
288 |
# File 'sig/types.rbs', line 288
def initialize: (?confidence_threshold: Float, ?apply_heuristics: bool, ?table_model: TableModel, ?table_overlap_preference: TableOverlapPreference, ?acceleration: AccelerationConfig, ?enable_chart_understanding: bool) -> void
|
Instance Attribute Details
#acceleration ⇒ AccelerationConfig?
Returns the value of attribute acceleration.
285 286 287 |
# File 'sig/types.rbs', line 285 def acceleration @acceleration end |
#apply_heuristics ⇒ Boolean?
Returns the value of attribute apply_heuristics.
282 283 284 |
# File 'sig/types.rbs', line 282 def apply_heuristics @apply_heuristics end |
#confidence_threshold ⇒ Float?
Returns the value of attribute confidence_threshold.
281 282 283 |
# File 'sig/types.rbs', line 281 def confidence_threshold @confidence_threshold end |
#enable_chart_understanding ⇒ Boolean?
Returns the value of attribute enable_chart_understanding.
286 287 288 |
# File 'sig/types.rbs', line 286 def enable_chart_understanding @enable_chart_understanding end |
#table_model ⇒ TableModel?
Returns the value of attribute table_model.
283 284 285 |
# File 'sig/types.rbs', line 283 def table_model @table_model end |
#table_overlap_preference ⇒ TableOverlapPreference?
Returns the value of attribute table_overlap_preference.
284 285 286 |
# File 'sig/types.rbs', line 284 def table_overlap_preference @table_overlap_preference end |
Class Method Details
.default ⇒ LayoutDetectionConfig
289 |
# File 'sig/types.rbs', line 289
def self.default: () -> LayoutDetectionConfig
|