VideoContentSearchVideoCommonFeatures

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains video level features that apply to all anchor types.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. anchorCount (type: integer(), default: nil)
    - The total number of anchors in all video anchor sets.
  2. captionInfo (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo, default: nil)
    - The caption data for the video transcript. The models used for unified scorer. Should be a filepath that contains saved_model.pb and a variables/ folder
  3. labelPhraseEmbeddingModel (type: String.t, default: nil)
    - The model used for generating label_phrase_embedding.
  4. unifiedScoringBertModels (type: list(String.t), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoCommonFeatures{
anchorCount: integer() | nil,
captionInfo: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchCaptionInfo.t() | nil,
labelPhraseEmbeddingModel: String.t() | nil,
unifiedScoringBertModels: [String.t()] | nil
}

Function

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

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