Package ai.extend.types
Interface EditRunMetrics.FieldsDetectedCountStage
-
- All Known Implementing Classes:
EditRunMetrics.Builder
- Enclosing class:
- EditRunMetrics
public static interface EditRunMetrics.FieldsDetectedCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EditRunMetrics.FieldsAnnotatedCountStagefieldsDetectedCount(int fieldsDetectedCount)The number of fields that were automatically detected.
-
-
-
Method Detail
-
fieldsDetectedCount
EditRunMetrics.FieldsAnnotatedCountStage fieldsDetectedCount(int fieldsDetectedCount)
The number of fields that were automatically detected.
-
-