QueryInterpretationConfig constructor

QueryInterpretationConfig({
  1. bool? forceDisableSupplementalResults,
  2. bool? forceVerbatimMode,
})

Implementation

QueryInterpretationConfig({
  this.forceDisableSupplementalResults,
  this.forceVerbatimMode,
});