View Source GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportUserReportedThumbnail (google_api_content_warehouse v0.2.0)
Proto holding values for user reported thumbnails. Next id: 12
Attributes
-
denseFeatures(type:list(number()), default:nil) - -
duration(type:integer(), default:nil) - Number of days in which volume is calculated. -
humanLabel(type:GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel.t, default:nil) - -
impressions(type:integer(), default:nil) - Daily aggregared impressions for the reported video. -
needHumanLabel(type:boolean(), default:nil) - Whether the thumbnail needs a human label. -
rawHumanLabels(type:list(GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportHumanLabel.t), default:nil) - -
reportScore(type:GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportModelScore.t, default:nil) - -
reportType(type:String.t, default:nil) - -
score(type:GoogleApi.ContentWarehouse.V1.Model.DrishtiVesperUserReportModelScore.t, default:nil) - -
useCase(type:String.t, default:nil) - -
volume(type:integer(), default:nil) - Number of reports.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.