Package ai.extend.types
Interface ExtractionFieldResultReference.FieldNameStage
-
- All Known Implementing Classes:
ExtractionFieldResultReference.Builder
- Enclosing class:
- ExtractionFieldResultReference
public static interface ExtractionFieldResultReference.FieldNameStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractionFieldResultReference.PageStagefieldName(java.lang.String fieldName)The name of the extracted field
-
-
-
Method Detail
-
fieldName
ExtractionFieldResultReference.PageStage fieldName(@NotNull java.lang.String fieldName)
The name of the extracted field
-
-