VideoContentSearchVideoAnchorRatingScore

GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorRatingScore


Table of Contents ▼

Jump to a specific part of the page:

Description

Aggregated rating score, used in training pipeline, etc.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

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

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoContentSearchVideoAnchorRatingScore