Package ai.extend.types
Interface ProcessorRun.ObjectStage
-
- All Known Implementing Classes:
ProcessorRun.Builder
- Enclosing class:
- ProcessorRun
public static interface ProcessorRun.ObjectStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProcessorRun.Builderfrom(ProcessorRun other)ProcessorRun.IdStageobject(java.lang.String object)The type of response.
-
-
-
Method Detail
-
object
ProcessorRun.IdStage object(@NotNull java.lang.String object)
The type of response. In this case, it will always be
"document_processor_run".
-
from
ProcessorRun.Builder from(ProcessorRun other)
-
-