View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScores (google_api_content_warehouse v0.4.0)
Attributes
-   spanCandidate(type:list(GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate.t), 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.t), default:nil) - The token-score pairs for the passage.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScores{ spanCandidate: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate.t() ] | nil, spanToken: [ GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanToken.t() ] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.