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