Dela via


Entities.QueryScenario Property

Definition

Gets the supported query scenario. This field is set to DominantEntity or DisambiguationItem. The field is set to DominantEntity if Bing determines that only a single entity satisfies the request. For example, a book, movie, person, or attraction. If multiple entities could satisfy the request, the field is set to DisambiguationItem. For example, if the request uses the generic title of a movie franchise, the entity's type would likely be DisambiguationItem. But, if the request specifies a specific title from the franchise, the entity's type would likely be DominantEntity. Possible values include: 'DominantEntity', 'DominantEntityWithDisambiguation', 'Disambiguation', 'List', 'ListWithPivot'

[Newtonsoft.Json.JsonProperty(PropertyName="queryScenario")]
public string QueryScenario { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="queryScenario")>]
member this.QueryScenario : string
Public ReadOnly Property QueryScenario As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to