ExtraSnippetInfoResponse

GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponse


Table of Contents ▼

Jump to a specific part of the page:

Description

the extra info response from ascorer used to build snippets in GWS experiments

Attributes List

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

View Attributes

Attributes

  1. matchinfo (type: GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseMatchInfo, default: nil)
    -
  2. querysubitem (type: list(GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseQuerySubitem), default: nil)
    -
  3. tidbit (type: list(GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseTidbit), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponse{
matchinfo: GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseMatchInfo.t() | nil,
querysubitem: [ GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseQuerySubitem.t() ] | nil,
tidbit: [GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseTidbit.t()] | nil
}

Function

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

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