ExtraSnippetInfoResponseMatchInfo

GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseMatchInfo


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. titleMatches (type: String.t, default: nil)
    - bitvector of query items matching the title
  2. urlMatches (type: String.t, default: nil)
    - bitvector of query items matching the url
  3. weightedItems (type: String.t, default: nil)
    - bitvector of query items considered by chooser

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseMatchInfo{
titleMatches: String.t() | nil,
urlMatches: String.t() | nil,
weightedItems: String.t() | nil
}

Function

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

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