InferenceParameters.Builder |
InferenceParameters.Builder.alias(String alias) |
Set an alias for the uploaded document.
|
static InferenceParameters.Builder |
InferenceParameters.builder(String modelId) |
Create a new builder.
|
InferenceParameters.Builder |
InferenceParameters.Builder.confidence(Boolean confidence) |
Boost the precision and accuracy of all extractions.
|
InferenceParameters.Builder |
InferenceParameters.Builder.pollingOptions(AsyncPollingOptions pollingOptions) |
|
InferenceParameters.Builder |
InferenceParameters.Builder.polygon(Boolean polygon) |
Calculate bounding box polygons for all fields.
|
InferenceParameters.Builder |
InferenceParameters.Builder.rag(Boolean rag) |
Enhance extraction accuracy with Retrieval-Augmented Generation.
|
InferenceParameters.Builder |
InferenceParameters.Builder.rawText(Boolean rawText) |
Extract the full text content from the document as strings.
|
InferenceParameters.Builder |
InferenceParameters.Builder.webhookIds(String[] webhookIds) |
Provide IDs of webhooks to forward the API response to.
|