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