Package ai.extend.types
Interface FormDetectionRunMetrics.FieldCountStage
-
- All Known Implementing Classes:
FormDetectionRunMetrics.Builder
- Enclosing class:
- FormDetectionRunMetrics
public static interface FormDetectionRunMetrics.FieldCountStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormDetectionRunMetrics.FieldsDetectedCountStagefieldCount(int fieldCount)The total number of fields in the generated schema.
-
-
-
Method Detail
-
fieldCount
FormDetectionRunMetrics.FieldsDetectedCountStage fieldCount(int fieldCount)
The total number of fields in the generated schema.
-
-