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