GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnailScoreComponents
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Sum of individual score components within a moving thumbnail. Used as input for weight fitting.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
audienceRewindRatioScore
(type:number()
, default:nil
)
- -
iconicFaceScore
(type:number()
, default:nil
)
- -
matchingScore
(type:number()
, default:nil
)
- -
motionScore
(type:number()
, default:nil
)
- -
titleMatchingScore
(type:number()
, default:nil
)
- -
videoThumbQualityScore
(type:number()
, default:nil
)
-
Type
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnailScoreComponents{
audienceRewindRatioScore: number() | nil,
iconicFaceScore: number() | nil,
matchingScore: number() | nil,
motionScore: number() | nil,
titleMatchingScore: number() | nil,
videoThumbQualityScore: number() | nil
}
audienceRewindRatioScore: number() | nil,
iconicFaceScore: number() | nil,
matchingScore: number() | nil,
motionScore: number() | nil,
titleMatchingScore: number() | nil,
videoThumbQualityScore: number() | nil
}
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperMovingThumbnailScoreComponents