GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScores
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):
Attributes
-
spanCandidate
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate)
, default:nil
)
- The span candidates extracted from the list of span tokens. Each token is added to a span if its score is above a certain threshold. -
spanToken
(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanToken)
, default:nil
)
- The token-score pairs for the passage.
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScores{
spanCandidate: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate.t() ] | nil,
spanToken: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanToken.t() ] | nil
}
spanCandidate: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate.t() ] | nil,
spanToken: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanToken.t() ] | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScores