PipelineChainFactory
object PipelineChainFactory
Factory for creating standard pipeline stage chains.
Functions
Link copied to clipboard
fun fullChain(source: CharSequence, renderingComponents: RenderingComponents, options: PipelineOptions): PipelineStage<Unit, Set<OutputResource>>
Creates a full pipeline stage chain that processes the input source text through all stages, up to resource generation.