Package ai.extend.types
Interface ExtractionField.TypeStage
-
- All Known Implementing Classes:
ExtractionField.Builder
- Enclosing class:
- ExtractionField
public static interface ExtractionField.TypeStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractionField.DescriptionStagetype(ExtractionFieldType type)The type of the field.
-
-
-
Method Detail
-
type
ExtractionField.DescriptionStage type(@NotNull ExtractionFieldType type)
The type of the field.
-
-