ConfidenceEnum.High Property
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.
If the confidence is set to High
, one or more strong matches were found. Multiple High
confidence matches are sorted in ranked order by importance when applicable. For example, landmarks have importance but addresses do not.
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 High
confidence. "Paris, France" is always ranked first due to importance unless a user location indicates that the user is in or very close to Paris, TX or the map view indicates that the user is searching in that area.
public static Azure.Maps.Search.Models.ConfidenceEnum High { get; }
static member High : Azure.Maps.Search.Models.ConfidenceEnum
Public Shared ReadOnly Property High As ConfidenceEnum
Property Value
Applies to
Azure SDK for .NET