setAiProvider

public final void setAiProvider(VlmProvider value)

The primary AI provider for extraction/classification. Uses the same vocabulary as the vision pipeline, so its connection (endpoint, key, model) is read from the matching per-provider settings class (OpenAIApiEndpointSettings / GoogleApiSettings / AnthropicApiSettings / CustomVlmApiSettings) — the single place a provider is configured for every AI module.

Parameters

value

The value to set for the AiProvider property.