Package ai.extend.types
Interface ProcessorVersion.ConfigStage
-
- All Known Implementing Classes:
ProcessorVersion.Builder
- Enclosing class:
- ProcessorVersion
public static interface ProcessorVersion.ConfigStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorVersion.CreatedAtStageconfig(ProcessorVersionConfig config)The configuration settings for this version of the document processor.
-
-
-
Method Detail
-
config
ProcessorVersion.CreatedAtStage config(@NotNull ProcessorVersionConfig 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.
-
-