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

Aggregated set level rating score, used in training pipeline, etc.

Attributes

  • averageSetDescriptionQuality (type: number(), default: nil) - Average score of set level description quality.
  • averageSetNavigationUsefulness (type: number(), default: nil) - Average score of how useful the set is for navigation.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorSetRatingScore{
    averageSetDescriptionQuality: number() | nil,
    averageSetNavigationUsefulness: number() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.