Coveo · JSON Structure

Coveo Search Resthighlightresponse Structure

Type: Properties: 0
AIAnalyticsCatalogCommerceCustomersExperiencesMachine LearningPersonalizationRecommendationsSearch

RestHighlightResponse is a JSON Structure definition published by Coveo.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "RestHighlightResponse",
  "structure": {
    "type": "object",
    "required": [
      "length",
      "offset"
    ],
    "properties": {
      "length": {
        "type": "integer",
        "format": "int64",
        "description": "The length (in number of characters) of the word to highlight."
      },
      "offset": {
        "type": "integer",
        "format": "int64",
        "description": "The 0-based index position of the first character of the word to highlight in the string."
      }
    }
  }
}