VideoContentSearchSpanDolphinScoresSpanCandidate

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate


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. asrConfidenceStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - A summary of the token asr_confidence scores that make up the candidate.
  2. scoreStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - A summary of the token scores that make up the candidate.
  3. sourcePassage (type: String.t, default: nil)
    - The passage text from which this span candidate belongs to. In case of description spans, this field stores the sentence containing the span candidate where the sentence is a subset of the passage used for generating the span candidate.
  4. text (type: String.t, default: nil)
    - The span candidate text.
  5. timeMs (type: String.t, default: nil)
    - The start time for the span candidate.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScoresSpanCandidate{
asrConfidenceStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
scoreStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
sourcePassage: String.t() | nil,
text: String.t() | nil,
timeMs: String.t() | nil
}

Function

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

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