mindee
    Preparing search index...

    Interface PredictParams

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

    Hierarchy

    • HTTPParams
      • PredictParams
    Index

    Properties

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