Module: Xberg::_PostProcessor
- Defined in:
- sig/types.rbs
Instance Method Summary collapse
- #estimated_duration_ms ⇒ Integer
- #priority ⇒ Integer
- #process ⇒ void
- #processing_stage ⇒ ProcessingStage
- #should_process ⇒ Boolean
Instance Method Details
#estimated_duration_ms ⇒ Integer
2493 |
# File 'sig/types.rbs', line 2493
def estimated_duration_ms: (ExtractedDocument _result) -> Integer
|
#priority ⇒ Integer
2494 |
# File 'sig/types.rbs', line 2494
def priority: () -> Integer
|
#process ⇒ void
This method returns an undefined value.
2490 |
# File 'sig/types.rbs', line 2490
def process: (ExtractedDocument result, ExtractionConfig config) -> void
|
#processing_stage ⇒ ProcessingStage
2491 |
# File 'sig/types.rbs', line 2491
def processing_stage: () -> ProcessingStage
|
#should_process ⇒ Boolean
2492 |
# File 'sig/types.rbs', line 2492
def should_process: (ExtractedDocument _result, ExtractionConfig _config) -> bool
|