Package ai.extend.types
Interface LegacySplitterOutputSplitsItem.TypeStage
-
- All Known Implementing Classes:
LegacySplitterOutputSplitsItem.Builder
- Enclosing class:
- LegacySplitterOutputSplitsItem
public static interface LegacySplitterOutputSplitsItem.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LegacySplitterOutputSplitsItem.Builderfrom(LegacySplitterOutputSplitsItem other)LegacySplitterOutputSplitsItem.ObservationStagetype(java.lang.String type)The type of the split document (set in the processor config), corresponds to the classificationId
-
-
-
Method Detail
-
type
LegacySplitterOutputSplitsItem.ObservationStage type(@NotNull java.lang.String type)
The type of the split document (set in the processor config), corresponds to the classificationId
-
from
LegacySplitterOutputSplitsItem.Builder from(LegacySplitterOutputSplitsItem other)
-
-