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