ConfidenceEnum Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The level of confidence that the geocoded location result is a match. Use this value with the match code to determine for more complete information about the match.
The confidence of a geocoded location is based on many factors including the relative importance of the geocoded location and the user’s location, if specified.
public readonly struct ConfidenceEnum : IEquatable<Azure.Maps.Search.Models.ConfidenceEnum>
type ConfidenceEnum = struct
Public Structure ConfidenceEnum
Implements IEquatable(Of ConfidenceEnum)
- Inheritance
-
ConfidenceEnum
- Implements
Constructors
ConfidenceEnum(String) |
Initializes a new instance of ConfidenceEnum. |
Properties
High |
If the confidence is set to If a request includes a location or a view, then the ranking may change appropriately. For example, a location query for "Paris" returns "Paris, France" and "Paris, TX" both with |
Low |
Low. |
Medium |
In some situations, the returned match may not be at the same level as the information provided in the request. For example, a request may specify address information and the geocode service may only be able to match a postal code. In this case, if the geocode service has a confidence that the postal code matches the data, the confidence is set to If the location information in the query is ambiguous, and there is no additional information to rank the locations (such as user location or the relative importance of the location), the confidence is set to If the location information in the query does not provide enough information to geocode a specific location, a less precise location value may be returned and the confidence is set to |
Methods
Equals(ConfidenceEnum) |
Indicates whether the current object is equal to another object of the same type. |
ToString() |
Returns the fully qualified type name of this instance. |
Operators
Equality(ConfidenceEnum, ConfidenceEnum) |
Determines if two ConfidenceEnum values are the same. |
Implicit(String to ConfidenceEnum) |
Converts a String to a ConfidenceEnum. |
Inequality(ConfidenceEnum, ConfidenceEnum) |
Determines if two ConfidenceEnum values are not the same. |
Applies to
Azure SDK for .NET