ExtraSnippetInfoResponseTidbit

GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseTidbit


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. anchorinfo (type: GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseTidbitAnchorInfo, default: nil)
    -
  2. begin (type: integer(), default: nil)
    - For tidbits only: position of tidbit in the document. More specifically, tidbit is found at [begin, end) in the document's tokens.
  3. end (type: integer(), default: nil)
    -
  4. items (type: String.t, default: nil)
    - a bitvector of each query term within this tidbit
  5. score (type: number(), default: nil)
    - the score for this tidbit if there was one this is returned for Snippets and Tidbits and is only meaningful for comparing between objects of the same type (snippet to snippet, tidbit to tidbit)
  6. text (type: String.t, default: nil)
    - the tidbit text, with search terms already highlighted
  7. type (type: String.t, default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseTidbit{
anchorinfo: GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseTidbitAnchorInfo.t() | nil,
begin: integer() | nil,
end: integer() | nil,
items: String.t() | nil,
score: number() | nil,
text: String.t() | nil,
type: String.t() | nil
}

Function

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

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