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):
Attributes
-
dolphinDescriptivenessStats
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats
, default:nil
)
- A summary of the Dolphin descriptiveness scores of the anchors in the set. -
dolphinUsefulnessStats
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats
, default:nil
)
- A summary of the Dolphin usefulness scores of the anchors in the set. -
mumDescriptivenessStats
(type:GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchMetricStats
, default:nil
)
- A summary of the MUM descriptiveness scores of the anchors in the set. -
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
}
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