GoogleCloudContentwarehouseV1QAResultHighlight

GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1QAResultHighlight


Table of Contents ▼

Jump to a specific part of the page:

Description

A text span in the search text snippet that represents a highlighted section (answer context, highly relevant sentence, etc.).

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. endIndex (type: integer(), default: nil)
    - End index of the highlight, exclusive.
  2. startIndex (type: integer(), default: nil)
    - Start index of the highlight.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1QAResultHighlight{
endIndex: integer() | nil,
startIndex: integer() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.GoogleCloudContentwarehouseV1QAResultHighlight