import type * as Extend from "../index"; export interface LegacyClassificationAdvancedOptions { /** The context to use for classification. */ context?: Extend.LegacyClassificationAdvancedOptionsContext; /** Enable advanced multimodal processing for better handling of visual elements during classification. */ advancedMultimodalEnabled?: boolean; /** Limit processing to a specific number of pages from the beginning of the document. See [Page Ranges](https://docs.extend.ai/2026-02-09/product/page-ranges). */ fixedPageLimit?: number; pageRanges?: Extend.PageRanges; }