Interface PredictParams

interface PredictParams {
    cropper: boolean;
    fullText: boolean;
    includeWords: boolean;
    inputDoc: InputSource;
    pageOptions?: PageOptions;
    rag?: boolean;
    workflowId?: string;
}

Hierarchy

  • HTTPParams
    • PredictParams

Properties

cropper: boolean
fullText: boolean
includeWords: boolean
inputDoc: InputSource
pageOptions?: PageOptions
rag?: boolean
workflowId?: string