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
2488 |
# File 'sig/types.rbs', line 2488
def estimated_duration_ms: (ExtractedDocument _result) -> Integer
|
#priority ⇒ Integer
2489 |
# File 'sig/types.rbs', line 2489
def priority: () -> Integer
|
#process ⇒ void
This method returns an undefined value.
2485 |
# File 'sig/types.rbs', line 2485
def process: (ExtractedDocument result, ExtractionConfig config) -> void
|
#processing_stage ⇒ ProcessingStage
2486 |
# File 'sig/types.rbs', line 2486
def processing_stage: () -> ProcessingStage
|
#should_process ⇒ Boolean
2487 |
# File 'sig/types.rbs', line 2487
def should_process: (ExtractedDocument _result, ExtractionConfig _config) -> bool
|