Interface PredictParams

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

Hierarchy

  • HTTPParams
    • PredictParams

Properties

cropper: boolean
fullText: boolean
includeWords: boolean
inputDoc: InputSource
pageOptions?: PageOptions