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