VideoContentSearchCaptionSpanAnchorFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionSpanAnchorFeatures


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. dolphinFeatures (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinFeatures, default: nil)
    - The features used to construct the inference example.
  2. dolphinScores (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScores, default: nil)
    - The inference result from the Dolphin span model.
  3. embeddingDistance (type: list(number()), default: nil)
    - Embedding distances (e.g. cosine distance) to the other anchors of the same video.
  4. postGapInMs (type: integer(), default: nil)
    - Time gap in ms to the next anchor. Always positive number.
  5. preGapInMs (type: integer(), default: nil)
    - Time gap in ms to the previous anchor. Always a positive number.
  6. saftBeginTokenIndex (type: integer(), default: nil)
    - The range of tokens in video_info.saft_doc for the anchor label.
  7. saftEndTokenIndex (type: integer(), default: nil)
    -
  8. saftTranscriptEndCharOffset (type: integer(), default: nil)
    -
  9. saftTranscriptStartCharOffset (type: integer(), default: nil)
    - The range of characters in video_info.saft_transcript for the anchor label.
  10. spanAsrConfidenceStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - A summary of the ASR confidence for the selected candidate.
  11. spanDolphinScore (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - A summary of the Dolphin span token scores for the selected candidate.
  12. wordCount (type: integer(), default: nil)
    - Word count of the span text, tokenized with SAFT.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionSpanAnchorFeatures{
dolphinFeatures: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinFeatures.t() | nil,
dolphinScores: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchSpanDolphinScores.t() | nil,
embeddingDistance: [number()] | nil,
postGapInMs: integer() | nil,
preGapInMs: integer() | nil,
saftBeginTokenIndex: integer() | nil,
saftEndTokenIndex: integer() | nil,
saftTranscriptEndCharOffset: integer() | nil,
saftTranscriptStartCharOffset: integer() | nil,
spanAsrConfidenceStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
spanDolphinScore: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
wordCount: integer() | nil
}

Function

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

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