Package ai.extend.types
Interface LegacyProcessorVersion.ConfigStage
-
- All Known Implementing Classes:
LegacyProcessorVersion.Builder
- Enclosing class:
- LegacyProcessorVersion
public static interface LegacyProcessorVersion.ConfigStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyProcessorVersion.CreatedAtStageconfig(LegacyProcessorVersionConfig config)The configuration settings for this version of the document processor.
-
-
-
Method Detail
-
config
LegacyProcessorVersion.CreatedAtStage config(@NotNull LegacyProcessorVersionConfig config)
The configuration settings for this version of the document processor. The structure of this object will vary depending on the processor type.
See the configuration section in the "Guides" tab, for yout specific processor type, for more details on the configuration settings.
-
-