Package ai.extend.types
Interface FormDetectionRun.IdStage
-
- All Known Implementing Classes:
FormDetectionRun.Builder
- Enclosing class:
- FormDetectionRun
public static interface FormDetectionRun.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FormDetectionRun.Builderfrom(FormDetectionRun other)FormDetectionRun.FileStageid(java.lang.String id)A unique identifier for the form detection run.
-
-
-
Method Detail
-
id
FormDetectionRun.FileStage id(@NotNull java.lang.String id)
A unique identifier for the form detection run.
Example:
"sgr_xK9mLPqRtN3vS8wF5hB2cQ"
-
from
FormDetectionRun.Builder from(FormDetectionRun other)
-
-