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