Module: Xberg::_PostProcessor
- Defined in:
- sig/types.rbs
Instance Method Summary collapse
-
#process ⇒ void
Optional methods the bridge calls when the object defines them (the trait's Rust default behavior applies otherwise): should_process, estimated_duration_ms, priority.
- #processing_stage ⇒ ProcessingStage
Instance Method Details
#process ⇒ void
This method returns an undefined value.
Optional methods the bridge calls when the object defines them (the
trait's Rust default behavior applies otherwise): should_process, estimated_duration_ms, priority.
The lifecycle hooks initialize/shutdown are likewise optional (note:
Ruby constructors are private and never count as the lifecycle hook).
2513 |
# File 'sig/types.rbs', line 2513
def process: (ExtractedDocument result, ExtractionConfig config) -> void
|
#processing_stage ⇒ ProcessingStage
2514 |
# File 'sig/types.rbs', line 2514
def processing_stage: () -> ProcessingStage
|