Package ai.extend.types
Interface ProcessorVersion.IdStage
-
- All Known Implementing Classes:
ProcessorVersion.Builder
- Enclosing class:
- ProcessorVersion
public static interface ProcessorVersion.IdStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorVersion.ProcessorIdStageid(java.lang.String id)The unique identifier for this version of the document processor.
-
-
-
Method Detail
-
id
ProcessorVersion.ProcessorIdStage id(@NotNull java.lang.String id)
The unique identifier for this version of the document processor.
Example:
"dpv_xK9mLPqRtN3vS8wF5hB2cQ"
-
-