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

Sum of individual score components within a moving thumbnail. Used as input for weight fitting.

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) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.