Syntax - trillium_geolocation - 15.21

Trillium Geolocation Reference

Product type
Software
Portfolio
Verify
Product family
Trillium
Product
Trillium > Trillium Geolocation
Version
15.21
Language
English
Product name
Trillium Geolocation
Title
Trillium Geolocation Reference
Copyright
2023
First publish date
2017
Last edition
2024-07-17
Last publish date
2024-07-17T14:48:30.219520

C

bool ProcessAddress(OptimaServer* Server, OptimaContact* Contact, int AcceptanceLevel, int InnerMatchscore, int OuterMatchscore);
 
bool ProcessAddress2(OptimaServer* Server, OptimaContact* Contact, int AcceptanceLevel, int InnerMatchscore, int OuterMatchscore, const char* ValidationDataset);

Java

boolean Server.ProcessAddress(COptimaContact Contact, int AcceptanceLevel, int InnerMatchscore, int OuterMatchscore);
 
boolean Server.ProcessAddress2(COptimaContact Contact, int AcceptanceLevel, int InnerMatchscore, int OuterMatchscore, String ValidationDataset);

.net

bool Server.ProcessAddress(COptimaContact Contact, int AcceptanceLevel, int InnerMatchscore, int OuterMatchscore);
 
bool Server.ProcessAddress2(COptimaContact Contact, int AcceptanceLevel, int InnerMatchscore, int OuterMatchscore, string ValidationDataset);