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):
Attributes
-
matchinfo
(type:GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseMatchInfo
, default:nil
)
- -
querysubitem
(type:list(GoogleApi.ContentWarehouse.V1.Model.ExtraSnippetInfoResponseQuerySubitem)
, default:nil
)
- -
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
}
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