Package ai.extend.types
Interface FormDetectionRun.StatusStage
-
- All Known Implementing Classes:
FormDetectionRun.Builder
- Enclosing class:
- FormDetectionRun
public static interface FormDetectionRun.StatusStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormDetectionRun.ConfigStagestatus(FormDetectionRunStatus status)The status of the form detection run:
-
-
-
Method Detail
-
status
FormDetectionRun.ConfigStage status(@NotNull FormDetectionRunStatus status)
The status of the form detection run:
"PROCESSING"- The form is still being analyzed"PROCESSED"- Form detection completed successfully"FAILED"- Form detection failed (seefailureReasonfor details)
-
-