ConfidenceLevel Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Indicates the level of confidence in a result.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum ConfidenceLevel
Public Enumeration ConfidenceLevel
Members
| Member name | Value | Description |
---|
| None | 0 |
The result is known to be inaccurate or the request failed.
|
| Low | 1 |
The result may be accurate, however a manual check is advisable due to a number of significant discrepancies.
|
| Medium | 2 |
The result is likely to be accurate despite a small number of minor discrepancies.
|
| High | 3 |
The result is highly likely to be accurate.
|
See Also