Share via


ConfidenceEnum.High Property

Definition

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