searchAlteration resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

Provides the details of search alteration for spelling correction.

Properties

Property Type Description
alteredQueryString String Defines the altered query string with spelling correction.
alteredHighlightedQueryString String Defines the altered highlighted query string with spelling correction. The annotation around the corrected segment is (\ue000, \ue001)
alteredQueryTokens alteredQueryToken collection Represents changed segments with respect to original query.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "alteredQueryString": "String",
  "alteredHighlightedQueryString": "String",
  "alteredQueryTokens": [{"@odata.type": "microsoft.graph.alteredQueryToken"}]
}