Package ai.extend.requests
Interface ExtractRequest.FileStage
-
- All Known Implementing Classes:
ExtractRequest.Builder
- Enclosing class:
- ExtractRequest
public static interface ExtractRequest.FileStage
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ExtractRequest._FinalStagefile(ExtractRequestFile file)The file to be extracted from.ExtractRequest.Builderfrom(ExtractRequest other)
-
-
-
Method Detail
-
file
ExtractRequest._FinalStage file(@NotNull ExtractRequestFile file)
The file to be extracted from. Files can be provided as a URL, Extend file ID, or raw text.
-
from
ExtractRequest.Builder from(ExtractRequest other)
-
-