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

Aggregated rating score, used in training pipeline, etc.

Attributes

  • averageBookmarkUsefulness (type: number(), default: nil) - Average score of bookmark usefulness.
  • averageDescriptionQuality (type: number(), default: nil) - Average score of description quality.
  • furballUrl (type: list(String.t), default: nil) - Furball URL(s) of the rating score (may have been rated more than once)

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorRatingScore{
    averageBookmarkUsefulness: number() | nil,
    averageDescriptionQuality: number() | nil,
    furballUrl: [String.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.