Package ai.extend.types
Interface LegacyProcessorRun.TypeStage
-
- All Known Implementing Classes:
LegacyProcessorRun.Builder
- Enclosing class:
- LegacyProcessorRun
public static interface LegacyProcessorRun.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacyProcessorRun.ConfigStagetype(LegacyProcessorRunType type)The type of processor:
-
-
-
Method Detail
-
type
LegacyProcessorRun.ConfigStage type(@NotNull LegacyProcessorRunType type)
The type of processor:
"CLASSIFY"- Classifies documents into categories"EXTRACT"- Extracts structured data from documents"SPLITTER"- Splits documents into multiple parts
-
-