View Source GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchAnchorsCommonFeatureSet (google_api_content_warehouse v0.4.0)

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

Attributes

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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@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
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.