GooglePrivacyDlpV2HotwordRule constructor

GooglePrivacyDlpV2HotwordRule({
  1. GooglePrivacyDlpV2Regex? hotwordRegex,
  2. GooglePrivacyDlpV2LikelihoodAdjustment? likelihoodAdjustment,
  3. GooglePrivacyDlpV2Proximity? proximity,
})

Implementation

GooglePrivacyDlpV2HotwordRule({
  this.hotwordRegex,
  this.likelihoodAdjustment,
  this.proximity,
});