EntityScreeningHitAnalysis constructor
EntityScreeningHitAnalysis({
- MatchSummaryCode? documents,
- MatchSummaryCode? emailAddresses,
- MatchSummaryCode? locations,
- MatchSummaryCode? names,
- MatchSummaryCode? phoneNumbers,
- MatchSummaryCode? urls,
- required double searchTermsVersion,
Implementation
EntityScreeningHitAnalysis({
this.documents,
this.emailAddresses,
this.locations,
this.names,
this.phoneNumbers,
this.urls,
required this.searchTermsVersion,
});