Enum ConfirmationLevel
- Namespace
- GoogleMapsApi.Entities.AddressValidation.Response
- Assembly
- GoogleMapsApi.dll
Per-component confirmation level returned by the Address Validation API.
public enum ConfirmationLevel
Fields
[EnumMember(Value = "CONFIRMED")] Confirmed = 1The component was confirmed to exist as part of the address.
[EnumMember(Value = "UNCONFIRMED_AND_SUSPICIOUS")] UnconfirmedAndSuspicious = 3The component is both unconfirmed and likely wrong.
[EnumMember(Value = "UNCONFIRMED_BUT_PLAUSIBLE")] UnconfirmedButPlausible = 2The component could not be confirmed, but is plausible (e.g. a building number on an unverified street).
[EnumMember(Value = "CONFIRMATION_LEVEL_UNSPECIFIED")] Unspecified = 0Default value. This value is unused.