EntityScreeningHitAnalysis constructor

EntityScreeningHitAnalysis({
  1. MatchSummaryCode? documents,
  2. MatchSummaryCode? emailAddresses,
  3. MatchSummaryCode? locations,
  4. MatchSummaryCode? names,
  5. MatchSummaryCode? phoneNumbers,
  6. MatchSummaryCode? urls,
  7. required double searchTermsVersion,
})

Implementation

EntityScreeningHitAnalysis({
  this.documents,
  this.emailAddresses,
  this.locations,
  this.names,
  this.phoneNumbers,
  this.urls,
  required this.searchTermsVersion,
});