DrishtiVesperUserReportUserReportedThumbnail

GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportUserReportedThumbnail


Table of Contents ▼

Jump to a specific part of the page:

Description

Proto holding values for user reported thumbnails. Next id: 12

Attributes List

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

View Attributes

Attributes

  1. denseFeatures (type: list(number()), default: nil)
    -
  2. duration (type: integer(), default: nil)
    - Number of days in which volume is calculated.
  3. humanLabel (type: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel, default: nil)
    -
  4. impressions (type: integer(), default: nil)
    - Daily aggregared impressions for the reported video.
  5. needHumanLabel (type: boolean(), default: nil)
    - Whether the thumbnail needs a human label.
  6. rawHumanLabels (type: list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel), default: nil)
    -
  7. reportScore (type: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportModelScore, default: nil)
    -
  8. reportType (type: String.t, default: nil)
    -
  9. score (type: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportModelScore, default: nil)
    -
  10. useCase (type: String.t, default: nil)
    -
  11. volume (type: integer(), default: nil)
    - Number of reports.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportUserReportedThumbnail{
denseFeatures: [number()] | nil,
duration: integer() | nil,
humanLabel: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel.t() | nil,
impressions: integer() | nil,
needHumanLabel: boolean() | nil,
rawHumanLabels: [ GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel.t() ] | nil,
reportScore: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportModelScore.t() | nil,
reportType: String.t() | nil,
score: GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportModelScore.t() | nil,
useCase: String.t() | nil,
volume: integer() | nil
}

Function

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

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