Partager via


Type de ressource searchAlteration

Espace de noms: microsoft.graph

Fournit les détails de la modification de recherche pour la correction orthographique.

Propriétés

Propriété Type Description
alteredHighlightedQueryString Chaîne Définit la chaîne de requête mise en surbrillance modifiée avec correction orthographique. L’annotation autour du segment corrigé est : \ue000, \ue001.
alteredQueryString Chaîne Définit la chaîne de requête modifiée avec correction orthographique.
alteredQueryTokens collection alteredQueryToken Représente les segments modifiés liés à une requête utilisateur d’origine.

Relations

Aucun.

Représentation JSON

La représentation JSON suivante montre le type de ressource.

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