Package ai.extend.types
Interface ExtractionFieldMetrics.PathStage
-
- All Known Implementing Classes:
ExtractionFieldMetrics.Builder
- Enclosing class:
- ExtractionFieldMetrics
public static interface ExtractionFieldMetrics.PathStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractionFieldMetrics.Builderfrom(ExtractionFieldMetrics other)ExtractionFieldMetrics.AccuracyStagepath(java.lang.String path)Path to the field in the extraction schema
-
-
-
Method Detail
-
path
ExtractionFieldMetrics.AccuracyStage path(@NotNull java.lang.String path)
Path to the field in the extraction schema
-
from
ExtractionFieldMetrics.Builder from(ExtractionFieldMetrics other)
-
-