VideoContentSearchAnchorsCommonFeatureSet

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorsCommonFeatureSet


Table of Contents ▼

Jump to a specific part of the page:

Description

Contains anchor set level features that apply to all anchor types.

Attributes List

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

View Attributes

Attributes

  1. dolphinDescriptivenessStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - A summary of the Dolphin descriptiveness scores of the anchors in the set.
  2. dolphinUsefulnessStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - A summary of the Dolphin usefulness scores of the anchors in the set.
  3. mumDescriptivenessStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - A summary of the MUM descriptiveness scores of the anchors in the set.
  4. mumUsefulnessStats (type: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats, default: nil)
    - A summary of the MUM usefulness scores of the anchors in the set.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorsCommonFeatureSet{
dolphinDescriptivenessStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
dolphinUsefulnessStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
mumDescriptivenessStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil,
mumUsefulnessStats: GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats.t() | nil
}

Function

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

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